UNPKG

@signumjs/core

Version:

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

13 lines (12 loc) 219 B
/** * The argument object for {@link ContractApi.getAllContractIds} * * * @category args */ export interface GetAllContractIdsArgs { /** * The hash of the machine code */ machineCodeHash?: string; }