Interface: HistoricNftTransaction
Defined in: src/api/entities/Asset/types.ts:198
Extends
Properties
asset
asset:
NftCollection
Defined in: src/api/entities/Asset/types.ts:199
blockDate
blockDate:
Date
Defined in: src/api/client/types.ts:179
Inherited from
BaseHistoricAssetTransaction.blockDate
blockHash
blockHash:
string
Defined in: src/api/client/types.ts:178
Inherited from
BaseHistoricAssetTransaction.blockHash
blockNumber
blockNumber:
BigNumber
Defined in: src/api/client/types.ts:177
Inherited from
BaseHistoricAssetTransaction.blockNumber
event
event:
EventIdEnum
Defined in: src/api/entities/Asset/types.ts:168
Event identifying the type of transaction
Inherited from
BaseHistoricAssetTransaction.event
eventIndex
eventIndex:
BigNumber
Defined in: src/api/client/types.ts:180
Inherited from
BaseHistoricAssetTransaction.eventIndex
extrinsicIndex
extrinsicIndex:
BigNumber
Defined in: src/api/entities/Asset/types.ts:173
Index value of the extrinsic which led to the Asset transaction within the blockNumber block
Inherited from
BaseHistoricAssetTransaction.extrinsicIndex
from
from:
null|DefaultPortfolio|NumberedPortfolio
Defined in: src/api/entities/Asset/types.ts:159
Origin portfolio involved in the transaction. This value will be null when the event value is Issued
Inherited from
BaseHistoricAssetTransaction.from
fundingRound
fundingRound:
undefined|string
Defined in: src/api/entities/Asset/types.ts:178
Name of the funding round (if provided while issuing the Asset). This value is present only when the value of event is Issued
Inherited from
BaseHistoricAssetTransaction.fundingRound
instructionId?
optionalinstructionId:BigNumber
Defined in: src/api/entities/Asset/types.ts:182
ID of the instruction being executed. This value is present only when the value of event is Transfer
Inherited from
BaseHistoricAssetTransaction.instructionId
instructionMemo?
optionalinstructionMemo:string
Defined in: src/api/entities/Asset/types.ts:186
Memo provided against the executed instruction. This value is present only when the value of event is Transfer
Inherited from
BaseHistoricAssetTransaction.instructionMemo
nfts
nfts:
Nft[]
Defined in: src/api/entities/Asset/types.ts:204
The specific NFTs involved in the transaction
to
to:
null|DefaultPortfolio|NumberedPortfolio
Defined in: src/api/entities/Asset/types.ts:163
Destination portfolio involved in the transaction . This value will be null when the event value is Redeemed