Skip to content

api.entities.Asset.types.HistoricAssetTransaction

polymath-eric edited this page Jun 11, 2024 · 27 revisions

Interface: HistoricAssetTransaction

api/entities/Asset/types.HistoricAssetTransaction

Hierarchy

Table of contents

Properties

Properties

amount

amount: BigNumber

Amount of the fungible tokens involved in the transaction

Defined in

api/entities/Asset/types.ts:189


asset

asset: FungibleAsset

Defined in

api/entities/Asset/types.ts:184


blockDate

blockDate: Date

Inherited from

BaseHistoricAssetTransaction.blockDate

Defined in

api/client/types.ts:170


blockHash

blockHash: string

Inherited from

BaseHistoricAssetTransaction.blockHash

Defined in

api/client/types.ts:169


blockNumber

blockNumber: BigNumber

Inherited from

BaseHistoricAssetTransaction.blockNumber

Defined in

api/client/types.ts:168


event

event: EventIdEnum

Event identifying the type of transaction

Inherited from

BaseHistoricAssetTransaction.event

Defined in

api/entities/Asset/types.ts:162


eventIndex

eventIndex: BigNumber

Inherited from

BaseHistoricAssetTransaction.eventIndex

Defined in

api/client/types.ts:171


extrinsicIndex

extrinsicIndex: BigNumber

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

Inherited from

BaseHistoricAssetTransaction.extrinsicIndex

Defined in

api/entities/Asset/types.ts:167


from

from: null | NumberedPortfolio | DefaultPortfolio

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

Inherited from

BaseHistoricAssetTransaction.from

Defined in

api/entities/Asset/types.ts:153


fundingRound

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

Inherited from

BaseHistoricAssetTransaction.fundingRound

Defined in

api/entities/Asset/types.ts:172


instructionId

Optional instructionId: BigNumber

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

Inherited from

BaseHistoricAssetTransaction.instructionId

Defined in

api/entities/Asset/types.ts:176


instructionMemo

Optional instructionMemo: string

Memo provided against the executed instruction. This value is present only when the value of event is Transfer

Inherited from

BaseHistoricAssetTransaction.instructionMemo

Defined in

api/entities/Asset/types.ts:180


to

to: null | NumberedPortfolio | DefaultPortfolio

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

Inherited from

BaseHistoricAssetTransaction.to

Defined in

api/entities/Asset/types.ts:157

Clone this wiki locally