-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.Instruction.types
- FungibleLeg
- GroupedInstructions
- GroupedInvolvedInstructions
- InstructionAffirmation
- NftLeg
- OffChainAffirmation
- OffChainLeg
- InstructionDetails
- InstructionEndCondition
- InstructionStatusResult
- InstructionsByStatus
- Leg
- MediatorAffirmation
Ƭ InstructionDetails: { createdAt: Date | null ; memo: string | null ; status: InstructionStatus ; tradeDate: Date | null ; valueDate: Date | null ; venue: Venue | null } & InstructionEndCondition
api/entities/Instruction/types.ts:40
Ƭ InstructionEndCondition: { type: SettleOnAffirmation } | { endBlock: BigNumber ; type: SettleOnBlock } | { endAfterBlock: BigNumber ; type: SettleManual }
api/entities/Instruction/types.ts:27
Ƭ InstructionStatusResult: { status: Pending } | { eventIdentifier: EventIdentifier ; status: Exclude<InstructionStatus, Pending> }
api/entities/Instruction/types.ts:106
Ƭ InstructionsByStatus: GroupedInstructions & { partiallyAffirmed: Instruction[] }
api/entities/Instruction/types.ts:141
Ƭ Leg: FungibleLeg | NftLeg | OffChainLeg
api/entities/Instruction/types.ts:87
Ƭ MediatorAffirmation: Object
| Name | Type | Description |
|---|---|---|
expiry? |
Date |
Affirmations may have an expiration time |
identity |
Identity |
- |
status |
AffirmationStatus |
- |
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Corporate Ballot
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types