UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

14 lines (13 loc) 365 B
import { GetContractMapValuesByFirstKeyArgs } from './getContractMapValuesByFirstKeyArgs'; /** * The argument object for {@link ContractApi.getSingleContractMapValue} * * * @category args */ export interface GetSingleContractMapValueArgs extends GetContractMapValuesByFirstKeyArgs { /** * The second key of the mapping tuple. */ key2: string; }