interface ContractMessageArg {
    label: string;
    type: ContractTypeInfo;
}

Hierarchy (view full)

Properties

Properties

label: string