Interface: HistoricAssetTransaction
Defined in: src/api/entities/Asset/types.ts:189
Extends
Properties
amount
amount:
BigNumber
Defined in: src/api/entities/Asset/types.ts:195
Amount of the fungible tokens involved in the transaction
asset
asset:
FungibleAsset
Defined in: src/api/entities/Asset/types.ts:190
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?
optional
instructionId: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?
optional
instructionMemo: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
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