Class ABIMethod

Constructors

Properties

args: {
    description?: string;
    name?: string;
    type: ABIArgumentType;
}[]

Type declaration

description?: string
events?: ARC28Event[]
name: string
readonly?: boolean
returns: {
    description?: string;
    type: ABIReturnType;
}

Type declaration

Methods

Generated using TypeDoc