/** * The argument object for {@link ContractApi.getAllContractIds} * * * @category args */ export interface GetAllContractIdsArgs { /** * The hash of the machine code */ machineCodeHash?: string; }