Function solStructs

  • Parameters

    • mappings: {
          [location: string]: {
              keys: Expr[][];
              name: string | undefined;
              structs: bigint[];
              values: Expr[];
          };
      }
      • [location: string]: {
            keys: Expr[][];
            name: string | undefined;
            structs: bigint[];
            values: Expr[];
        }
        • keys: Expr[][]
        • name: string | undefined
        • structs: bigint[]
        • values: Expr[]

    Returns string

Generated using TypeDoc v0.25.2