Skip to main content
Version: v30.0.x

Type Alias: AffirmInstructionParams

AffirmInstructionParams = object

Defined in: src/api/procedures/types.ts:1218

Properties

PropertyTypeDescriptionDefined in

holders?

AssetHolderLike[]

(optional) Asset holders that the signer controls and wants to affirm the instruction

Note

if empty, all the legs containing any custodied portfolios or accounts of of the signer will be affirmed

src/api/procedures/types.ts:1224

receipts?

OffChainAffirmationReceipt[]

(optional) list of offchain receipts required for affirming offchain legs(if any) in the instruction

Receipt can be generated using generateOffChainAffirmationReceipt method

src/api/procedures/types.ts:1231