generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.Instruction.types
prashantasdeveloper edited this page Sep 11, 2024
·
87 revisions
Ƭ InstructionDetails: { createdAt
: Date
; memo
: string
| null
; status
: InstructionStatus
; tradeDate
: Date
| null
; valueDate
: Date
| null
; venue
: Venue
} & InstructionEndCondition
api/entities/Instruction/types.ts:39
Ƭ InstructionEndCondition: { type
: SettleOnAffirmation
} | { endBlock
: BigNumber
; type
: SettleOnBlock
} | { endAfterBlock
: BigNumber
; type
: SettleManual
}
api/entities/Instruction/types.ts:26
Ƭ InstructionStatusResult: { status
: Pending
} | { eventIdentifier
: EventIdentifier
; status
: Exclude
<InstructionStatus
, Pending
> }
api/entities/Instruction/types.ts:81
Ƭ Leg: FungibleLeg
| NftLeg
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