AddInstructionParams
endBlock
legs
tradeDate
valueDate
Optional
• endBlock? : BigNumber
Defined in src/api/procedures/addInstruction.ts:64arrow-up-right
block at which the Instruction will be executed automatically (optional, the Instruction will be executed when all participants have authorized it if not supplied)
• legs: object[]
Defined in src/api/procedures/addInstruction.ts:47arrow-up-right
array of token movements (amount, from, to, token)
• tradeDate? : Date
Defined in src/api/procedures/addInstruction.ts:56arrow-up-right
date at which the trade was agreed upon (optional, for offchain trades)
• valueDate? : Date
Defined in src/api/procedures/addInstruction.ts:60arrow-up-right
date at which the trade was executed (optional, for offchain trades)
Last updated 4 years ago
Was this helpful?