Skip to main content

IotaCallArg

@iota/iota-sdk


@iota/iota-sdk / client / IotaCallArg

Type Alias: IotaCallArg

IotaCallArg = { digest: string; objectId: string; objectType: "immOrOwnedObject"; type: "object"; version: string; } | { initialSharedVersion: string; mutable: boolean; objectId: string; objectType: "sharedObject"; type: "object"; } | { digest: string; objectId: string; objectType: "receiving"; type: "object"; version: string; } | { type: "pure"; value: unknown; valueType?: string | null; }

Defined in: sdk/typescript/src/client/types/generated.ts:501