interface ContractMessage {
    args: ContractMessageArg[];
    default: boolean;
    docs: string[];
    label: string;
    payable: boolean;
    returnType: ContractTypeInfo;
    selector: string;
}

Hierarchy (view full)

Properties

default: boolean
docs: string[]
label: string
payable: boolean
returnType: ContractTypeInfo
selector: string