Interface GetSingleContractMapValueArgs

The argument object for ContractApi.getSingleContractMapValue

interface GetSingleContractMapValueArgs {
    contractId: string;
    key1: string;
    key2: string;
}

Hierarchy (view full)

Properties

Properties

contractId: string

The id of the contract

key1: string

The first key of the mapping tuple.

key2: string

The second key of the mapping tuple.