-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.Asset.types.BaseHistoricAssetTransaction
api/entities/Asset/types.BaseHistoricAssetTransaction
-
↳
BaseHistoricAssetTransaction
- blockDate
- blockHash
- blockNumber
- event
- eventIndex
- extrinsicIndex
- from
- fundingRound
- instructionId
- instructionMemo
- to
• blockDate: Date
• blockHash: string
• blockNumber: BigNumber
• event: EventIdEnum
Event identifying the type of transaction
api/entities/Asset/types.ts:163
• eventIndex: BigNumber
• extrinsicIndex: BigNumber
Index value of the extrinsic which led to the Asset transaction within the blockNumber
block
api/entities/Asset/types.ts:168
• from: null
| NumberedPortfolio
| DefaultPortfolio
Origin portfolio involved in the transaction. This value will be null when the event
value is Issued
api/entities/Asset/types.ts:154
• Optional
fundingRound: string
Name of the funding round (if provided while issuing the Asset). This value is present only when the value of event
is Issued
api/entities/Asset/types.ts:173
• Optional
instructionId: BigNumber
ID of the instruction being executed. This value is present only when the value of event
is Transfer
api/entities/Asset/types.ts:177
• Optional
instructionMemo: string
Memo provided against the executed instruction. This value is present only when the value of event
is Transfer
api/entities/Asset/types.ts:181
• to: null
| NumberedPortfolio
| DefaultPortfolio
Destination portfolio involved in the transaction . This value will be null when the event
value is Redeemed
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- 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