AddInstructionParams

Hierarchy

  • AddInstructionParams

Index

Properties

Properties

Optional endBlock

endBlock? : BigNumber

Defined in src/api/procedures/addInstruction.ts:64

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

legs: object[]

Defined in src/api/procedures/addInstruction.ts:47

array of token movements (amount, from, to, token)

Optional tradeDate

tradeDate? : Date

Defined in src/api/procedures/addInstruction.ts:56

date at which the trade was agreed upon (optional, for offchain trades)

Optional valueDate

valueDate? : Date

Defined in src/api/procedures/addInstruction.ts:60

date at which the trade was executed (optional, for offchain trades)

Last updated