Interface GetContractMapValuesByFirstKeyArgs

interface GetContractMapValuesByFirstKeyArgs {
    contractId: string;
    key1: string;
}

Hierarchy (view full)

Properties

Properties

contractId: string

The id of the contract

key1: string

The first key of the mapping tuple.