Skip to main content
Version: 22.1.x

Interface: HistoricPolyxTransaction

api/entities/Account/types.HistoricPolyxTransaction

Hierarchy

Properties

amount

amount: BigNumber

Defined in

api/entities/Account/types.ts:87


blockDate

blockDate: Date

Inherited from

EventIdentifier.blockDate

Defined in

types/index.ts:717


blockHash

blockHash: string

Inherited from

EventIdentifier.blockHash

Defined in

types/index.ts:716


blockNumber

blockNumber: BigNumber

Inherited from

EventIdentifier.blockNumber

Defined in

types/index.ts:715


callId

Optional callId: CallIdEnum

Defined in

api/entities/Account/types.ts:95


eventId

eventId: EventIdEnum

Defined in

api/entities/Account/types.ts:97


eventIndex

eventIndex: BigNumber

Inherited from

EventIdentifier.eventIndex

Defined in

types/index.ts:718


extrinsicIdx

Optional extrinsicIdx: BigNumber

Defined in

api/entities/Account/types.ts:93


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:75


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:70


memo

Optional memo: string

identifier string to help differentiate transfers

Defined in

api/entities/Account/types.ts:92


moduleId

moduleId: ModuleIdEnum

Defined in

api/entities/Account/types.ts:96


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:85


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:80


type

type: BalanceTypeEnum

Defined in

api/entities/Account/types.ts:88