Interface: BaseHistoricAssetTransaction
Defined in: src/api/entities/Asset/types.ts:166
Extends
Extended by
Properties
blockDate
blockDate:
Date
Defined in: src/api/client/types.ts:183
Inherited from
blockHash
blockHash:
string
Defined in: src/api/client/types.ts:182
Inherited from
blockNumber
blockNumber:
BigNumber
Defined in: src/api/client/types.ts:181
Inherited from
event
event:
EventIdEnum
Defined in: src/api/entities/Asset/types.ts:190
Event identifying the type of transaction
eventIndex
eventIndex:
BigNumber
Defined in: src/api/client/types.ts:184
Inherited from
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
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
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
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
instructionId?
optionalinstructionId?: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
instructionMemo?
optionalinstructionMemo?: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
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
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