Skip to main content
Version: v29.0.x

Interface: BaseHistoricAssetTransaction

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

Extends

Extended by

Properties

blockDate

blockDate: Date

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

Inherited from

EventIdentifier.blockDate


blockHash

blockHash: string

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

Inherited from

EventIdentifier.blockHash


blockNumber

blockNumber: BigNumber

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

Inherited from

EventIdentifier.blockNumber


event

event: EventIdEnum

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

Event identifying the type of transaction


eventIndex

eventIndex: BigNumber

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

Inherited from

EventIdentifier.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


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


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


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


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


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