-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.Asset.types.HistoricAssetTransaction
api/entities/Asset/types.HistoricAssetTransaction
-
↳
HistoricAssetTransaction
- amount
- asset
- blockDate
- blockHash
- blockNumber
- event
- eventIndex
- extrinsicIndex
- from
- fundingRound
- instructionId
- instructionMemo
- to
• amount: BigNumber
Amount of the fungible tokens involved in the transaction
api/entities/Asset/types.ts:190
• asset: FungibleAsset
api/entities/Asset/types.ts:185
• blockDate: Date
BaseHistoricAssetTransaction.blockDate
• blockHash: string
BaseHistoricAssetTransaction.blockHash
• blockNumber: BigNumber
BaseHistoricAssetTransaction.blockNumber
• event: EventIdEnum
Event identifying the type of transaction
BaseHistoricAssetTransaction.event
api/entities/Asset/types.ts:163
• eventIndex: BigNumber
BaseHistoricAssetTransaction.eventIndex
• extrinsicIndex: BigNumber
Index value of the extrinsic which led to the Asset transaction within the blockNumber
block
BaseHistoricAssetTransaction.extrinsicIndex
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
BaseHistoricAssetTransaction.from
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
BaseHistoricAssetTransaction.fundingRound
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
BaseHistoricAssetTransaction.instructionId
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
BaseHistoricAssetTransaction.instructionMemo
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