Interface: HistoricPolyxTransaction
Defined in: src/api/entities/Account/types.ts:78
Extends
Properties
amount
amount:
BigNumber
Defined in: src/api/entities/Account/types.ts:100
blockDate
blockDate:
Date
Defined in: src/api/client/types.ts:179
Inherited from
blockHash
blockHash:
string
Defined in: src/api/client/types.ts:178
Inherited from
blockNumber
blockNumber:
BigNumber
Defined in: src/api/client/types.ts:177
Inherited from
callId
callId:
undefined
|CallIdEnum
Defined in: src/api/entities/Account/types.ts:108
eventId
eventId:
EventIdEnum
Defined in: src/api/entities/Account/types.ts:110
eventIndex
eventIndex:
BigNumber
Defined in: src/api/client/types.ts:180
Inherited from
extrinsicIdx
extrinsicIdx:
undefined
|BigNumber
Defined in: src/api/entities/Account/types.ts:106
fromAccount
fromAccount:
undefined
|Account
Defined in: src/api/entities/Account/types.ts:88
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:
undefined
|Identity
Defined in: src/api/entities/Account/types.ts:83
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:
undefined
|string
Defined in: src/api/entities/Account/types.ts:105
identifier string to help differentiate transfers
moduleId
moduleId:
ModuleIdEnum
Defined in: src/api/entities/Account/types.ts:109
toAccount
toAccount:
undefined
|Account
Defined in: src/api/entities/Account/types.ts:98
Account in which the POLYX amount was deposited.
Note
this can be null in case when account balance was burned
toIdentity
toIdentity:
undefined
|Identity
Defined in: src/api/entities/Account/types.ts:93
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:101