Skip to main content
Version: 31.0.x

Interface: HistoricPolyxTransaction

Defined in: src/api/entities/Account/types.ts:113

Extends

Properties

amount

amount: BigNumber

Defined in: src/api/entities/Account/types.ts:135


blockDate

blockDate: Date

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

Inherited from

EventIdentifier.blockDate


blockHash

blockHash: string

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

Inherited from

EventIdentifier.blockHash


blockNumber

blockNumber: BigNumber

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

Inherited from

EventIdentifier.blockNumber


callId

callId: CallIdEnum | undefined

Defined in: src/api/entities/Account/types.ts:143


eventId

eventId: EventIdEnum

Defined in: src/api/entities/Account/types.ts:145


eventIndex

eventIndex: BigNumber

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

Inherited from

EventIdentifier.eventIndex


extrinsicIdx

extrinsicIdx: BigNumber | undefined

Defined in: src/api/entities/Account/types.ts:141


fromAccount

fromAccount: Account | undefined

Defined in: src/api/entities/Account/types.ts:123

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


fromIdentity

fromIdentity: Identity | undefined

Defined in: src/api/entities/Account/types.ts:118

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


memo

memo: string | undefined

Defined in: src/api/entities/Account/types.ts:140

identifier string to help differentiate transfers


moduleId

moduleId: ModuleIdEnum

Defined in: src/api/entities/Account/types.ts:144


toAccount

toAccount: Account | undefined

Defined in: src/api/entities/Account/types.ts:133

Account in which the POLYX amount was deposited.

Note

this can be null in case when account balance was burned


toIdentity

toIdentity: Identity | undefined

Defined in: src/api/entities/Account/types.ts:128

Identity in which the POLYX amount was deposited.

Note

this can be null in case when account balance was burned


type

type: BalanceTypeEnum

Defined in: src/api/entities/Account/types.ts:136