-
Notifications
You must be signed in to change notification settings - Fork 12
api.entities.Asset.types.HistoricNftTransaction
api/entities/Asset/types.HistoricNftTransaction
-
↳
HistoricNftTransaction
- asset
- blockDate
- blockHash
- blockNumber
- event
- eventIndex
- extrinsicIndex
- from
- fundingRound
- instructionId
- instructionMemo
- nfts
- to
• asset: NftCollection
api/entities/Asset/types.ts:194
• 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
• nfts: Nft[]
The specific NFTs involved in the transaction
api/entities/Asset/types.ts:199
• to: null | NumberedPortfolio | DefaultPortfolio
Destination portfolio involved in the transaction . This value will be null when the event value is Redeemed