Type alias ContractKeyValuePairDescriptor

ContractKeyValuePairDescriptor: {
    key: Bytes32;
    name: string;
    type: SolidityParameters;
}

Type declaration

  • key: Bytes32

    A unique 32 bytes long hexadecimal string key.

    This could be the keccak256 hash of the parameter name.

  • name: string

    The human-readable name of the parameter.

  • type: SolidityParameters

    The human-readable ABI description of the parameter.