Skip to content

api.entities.Account.types.HistoricPolyxTransaction

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

Interface: HistoricPolyxTransaction

api/entities/Account/types.HistoricPolyxTransaction

Hierarchy

Table of contents

Properties

Properties

amount

amount: BigNumber

Defined in

api/entities/Account/types.ts:100


blockDate

blockDate: Date

Inherited from

EventIdentifier.blockDate

Defined in

api/client/types.ts:170


blockHash

blockHash: string

Inherited from

EventIdentifier.blockHash

Defined in

api/client/types.ts:169


blockNumber

blockNumber: BigNumber

Inherited from

EventIdentifier.blockNumber

Defined in

api/client/types.ts:168


callId

Optional callId: CallIdEnum

Defined in

api/entities/Account/types.ts:108


eventId

eventId: EventIdEnum

Defined in

api/entities/Account/types.ts:110


eventIndex

eventIndex: BigNumber

Inherited from

EventIdentifier.eventIndex

Defined in

api/client/types.ts:171


extrinsicIdx

Optional extrinsicIdx: BigNumber

Defined in

api/entities/Account/types.ts:106


fromAccount

Optional fromAccount: Account

Account from which the POLYX transaction has been initiated/deducted in case of a transfer.

Note

this can be null in cases where some balance are endowed/transferred from treasury

Defined in

api/entities/Account/types.ts:88


fromIdentity

Optional fromIdentity: Identity

Identity from which the POLYX transaction has been initiated/deducted in case of a transfer.

Note

this can be null in cases where some balance are endowed/transferred from treasury

Defined in

api/entities/Account/types.ts:83


memo

Optional memo: string

identifier string to help differentiate transfers

Defined in

api/entities/Account/types.ts:105


moduleId

moduleId: ModuleIdEnum

Defined in

api/entities/Account/types.ts:109


toAccount

Optional toAccount: Account

Account in which the POLYX amount was deposited.

Note

this can be null in case when account balance was burned

Defined in

api/entities/Account/types.ts:98


toIdentity

Optional toIdentity: Identity

Identity in which the POLYX amount was deposited.

Note

this can be null in case when account balance was burned

Defined in

api/entities/Account/types.ts:93


type

type: BalanceTypeEnum

Defined in

api/entities/Account/types.ts:101

Clone this wiki locally