Module: Instruction Types
Enumerations
Interfaces
Type Aliases
InstructionDetails
Ƭ InstructionDetails: { createdAt
: Date
; memo
: string
| null
; status
: InstructionStatus
; tradeDate
: Date
| null
; valueDate
: Date
| null
; venue
: Venue
} & InstructionEndCondition
Defined in
api/entities/Instruction/types.ts:39
InstructionEndCondition
Ƭ InstructionEndCondition: { type
: SettleOnAffirmation
} | { endBlock
: BigNumber
; type
: SettleOnBlock
} | { endAfterBlock
: BigNumber
; type
: SettleManual
}
Defined in
api/entities/Instruction/types.ts:26
InstructionStatusResult
Ƭ InstructionStatusResult: { status
: Pending
} | { eventIdentifier
: EventIdentifier
; status
: Exclude
<InstructionStatus
, Pending
> }
Defined in
api/entities/Instruction/types.ts:81
Leg
Ƭ Leg: FungibleLeg
| NftLeg