Interface GetContractsByAccountArgs

The argument object for ContractApi.getContractsByAccount

interface GetContractsByAccountArgs {
    accountId: string;
    machineCodeHash?: string;
}

Properties

accountId: string

Account Id

machineCodeHash?: string

The hash of the machine code, to get only the contracts that match this hash