Hierarchy (view full)

Constructors

Properties

functionArgs?: any[]

The function arguments of the contract, in string format. Accepts pla_, con_ and acc_ IDs.

functionName: string

The function name of the contract.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]