/** * The argument object for [[ContractApi.getAllContractIds]] * * @module core */ export interface GetAllContractIdsArgs { /** * The hash of the machine code */ machineCodeHash?: string; }