Skip to main content
Version: 31.0.x

Interface: HistoricNftTransaction

Defined in: src/api/entities/Asset/types.ts:220

Extends​

Properties​

asset​

asset: NftCollection

Defined in: src/api/entities/Asset/types.ts:221


blockDate​

blockDate: Date

Defined in: src/api/client/types.ts:182

Inherited from​

BaseHistoricAssetTransaction.blockDate


blockHash​

blockHash: string

Defined in: src/api/client/types.ts:181

Inherited from​

BaseHistoricAssetTransaction.blockHash


blockNumber​

blockNumber: BigNumber

Defined in: src/api/client/types.ts:180

Inherited from​

BaseHistoricAssetTransaction.blockNumber


event​

event: EventIdEnum

Defined in: src/api/entities/Asset/types.ts:190

Event identifying the type of transaction

Inherited from​

BaseHistoricAssetTransaction.event


eventIndex​

eventIndex: BigNumber

Defined in: src/api/client/types.ts:183

Inherited from​

BaseHistoricAssetTransaction.eventIndex


extrinsicIndex​

extrinsicIndex: BigNumber

Defined in: src/api/entities/Asset/types.ts:195

Index value of the extrinsic which led to the Asset transaction within the blockNumber block

Inherited from​

BaseHistoricAssetTransaction.extrinsicIndex


from​

from: DefaultPortfolio | NumberedPortfolio | null

Defined in: src/api/entities/Asset/types.ts:170

Origin portfolio involved in the transaction. This value will be null when the event value is Issued

Inherited from​

BaseHistoricAssetTransaction.from


fromAccount​

fromAccount: Account | null

Defined in: src/api/entities/Asset/types.ts:175

Origin account involved in the transaction. This value will be null when the event value is Issued or when the origin asset holder is a Portfolio

Inherited from​

BaseHistoricAssetTransaction.fromAccount


fundingRound​

fundingRound: string | undefined

Defined in: src/api/entities/Asset/types.ts:200

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?​

optional instructionId?: BigNumber

Defined in: src/api/entities/Asset/types.ts:204

ID of the instruction being executed. This value is present only when the value of event is Transfer

Inherited from​

BaseHistoricAssetTransaction.instructionId


instructionMemo?​

optional instructionMemo?: string

Defined in: src/api/entities/Asset/types.ts:208

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:226

The specific NFTs involved in the transaction


to​

to: DefaultPortfolio | NumberedPortfolio | null

Defined in: src/api/entities/Asset/types.ts:180

Destination portfolio involved in the transaction . This value will be null when the event value is Redeemed

Inherited from​

BaseHistoricAssetTransaction.to


toAccount​

toAccount: Account | null

Defined in: src/api/entities/Asset/types.ts:185

Destination account involved in this transcation. This value will be null when the event value is Redeemed or when the destination asset holder is a Portfolio

Inherited from​

BaseHistoricAssetTransaction.toAccount