Hierarchy

  • SolidityStruct
    • Address

Constructors

Properties

properties: {
    name: string;
    type: string;
}[]
values: any[]
structName: string

Methods

  • Returns {
        [key: string]: {
            name: string;
            type: string;
        }[];
    }

    • [key: string]: {
          name: string;
          type: string;
      }[]

Generated using TypeDoc