api.procedures.types.AddInstructionWithVenueIdParams - PolymeshAssociation/polymesh-sdk GitHub Wiki
Interface: AddInstructionWithVenueIdParams
api/procedures/types.AddInstructionWithVenueIdParams
Hierarchy
-
↳
AddInstructionWithVenueIdParams
Table of contents
Properties
Properties
endBlock
• Optional endBlock: BigNumber
block at which the Instruction will be executed automatically (optional, the Instruction will be executed when all participants have authorized it if not supplied)
Inherited from
Defined in
legs
• legs: { amount: BigNumber ; asset: string | Asset ; from: PortfolioLike ; to: PortfolioLike }[]
array of Asset movements (amount, from, to, asset)
Inherited from
Defined in
memo
• Optional memo: string
identifier string to help differentiate instructions
Inherited from
Defined in
tradeDate
• Optional tradeDate: Date
date at which the trade was agreed upon (optional, for off chain trades)
Inherited from
AddInstructionParams.tradeDate
Defined in
valueDate
• Optional valueDate: Date
date at which the trade was executed (optional, for off chain trades)
Inherited from
AddInstructionParams.valueDate
Defined in
venueId
• venueId: BigNumber