Skip to main content
Version: 26.2.x

Interface: BaseHistoricAssetTransaction

api/entities/Asset/types.BaseHistoricAssetTransaction

Hierarchy

Properties

blockDate

blockDate: Date

Inherited from

EventIdentifier.blockDate

Defined in

api/client/types.ts:178


blockHash

blockHash: string

Inherited from

EventIdentifier.blockHash

Defined in

api/client/types.ts:177


blockNumber

blockNumber: BigNumber

Inherited from

EventIdentifier.blockNumber

Defined in

api/client/types.ts:176


event

event: EventIdEnum

Event identifying the type of transaction

Defined in

api/entities/Asset/types.ts:163


eventIndex

eventIndex: BigNumber

Inherited from

EventIdentifier.eventIndex

Defined in

api/client/types.ts:179


extrinsicIndex

extrinsicIndex: BigNumber

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

Defined in

api/entities/Asset/types.ts:168


from

from: null | NumberedPortfolio | DefaultPortfolio

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

Defined in

api/entities/Asset/types.ts:154


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

Defined in

api/entities/Asset/types.ts:173


instructionId

Optional instructionId: BigNumber

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

Defined in

api/entities/Asset/types.ts:177


instructionMemo

Optional instructionMemo: string

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

Defined in

api/entities/Asset/types.ts:181


to

to: null | NumberedPortfolio | DefaultPortfolio

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

Defined in

api/entities/Asset/types.ts:158