Skip to main content

UnresolvedObjectArg

@iota/wallet-standard


@iota/wallet-standard / UnresolvedObjectArg

Interface: UnresolvedObjectArg

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

Represents an unresolved object reference. This allows objects to be referenced by only their ID. version and digest details may also be added to unresolved object references. To fully resolve a reference, the correct ObjectArg type needs to be determined based on the type of object, and how it used in the transaction (eg, is it used mutably if it's shared, and is it a receiving object if it's not shared)

Properties

digest?

optional digest?: string | null

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


initialSharedVersion?

optional initialSharedVersion?: string | null

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


mutable?

optional mutable?: boolean | null

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


objectId

objectId: string

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


version?

optional version?: string | null

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