api.entities.Account.types.HistoricPolyxTransaction - PolymeshAssociation/polymesh-sdk GitHub Wiki
Interface: HistoricPolyxTransaction
api/entities/Account/types.HistoricPolyxTransaction
Hierarchy
-
↳
HistoricPolyxTransaction
Table of contents
Properties
- amount
- blockDate
- blockHash
- blockNumber
- callId
- eventId
- eventIndex
- extrinsicIdx
- fromAccount
- fromIdentity
- memo
- moduleId
- toAccount
- toIdentity
- type
Properties
amount
• amount: BigNumber
Defined in
api/entities/Account/types.ts:100
blockDate
• blockDate: Date
Inherited from
Defined in
blockHash
• blockHash: string
Inherited from
Defined in
blockNumber
• blockNumber: BigNumber
Inherited from
Defined in
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
Defined in
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