Interface SmartContractMethodParameter

interface SmartContractMethodParameter {
    type: string;
    value: string | number | Buffer;
}

Properties

Properties

type: string
value: string | number | Buffer