Skip to main content
Version: v29.0.x

Type Alias: AffirmInstructionParams

AffirmInstructionParams = object

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

Properties

PropertyTypeDescriptionDefined in

portfolios?

PortfolioLike[]

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

Note

if empty, all the legs containing any custodied Portfolios of the signer will be affirmed

src/api/procedures/types.ts:1062

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:1069