Skip to main content

CallArg

@iota/wallet-standard


@iota/wallet-standard / CallArg

Type Alias: CallArg

CallArg = { Object: ObjectArg; } | { Pure: PureArg; } | { UnresolvedPure: UnresolvedPureArg; } | { UnresolvedObject: UnresolvedObjectArg; }

Defined in: sdk/wallet-standard/src/types.ts:44

Represents an input to a Transaction, either as a fully resolved Object or Pure input or as an unresolved partial reference which needs to be resolved before the transaction can be serialized to bcs and executed.