-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.Account.types.HistoricPolyxTransaction
api/entities/Account/types.HistoricPolyxTransaction
-
↳
HistoricPolyxTransaction
- amount
- blockDate
- blockHash
- blockNumber
- callId
- eventId
- eventIndex
- extrinsicIdx
- fromAccount
- fromIdentity
- memo
- moduleId
- toAccount
- toIdentity
- type
• amount: BigNumber
api/entities/Account/types.ts:100
• blockDate: Date
• blockHash: string
• blockNumber: BigNumber
• Optional
callId: CallIdEnum
api/entities/Account/types.ts:108
• eventId: EventIdEnum
api/entities/Account/types.ts:110
• eventIndex: BigNumber
• Optional
extrinsicIdx: BigNumber
api/entities/Account/types.ts:106
• 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
api/entities/Account/types.ts:88
• 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
api/entities/Account/types.ts:83
• Optional
memo: string
identifier string to help differentiate transfers
api/entities/Account/types.ts:105
• moduleId: ModuleIdEnum
api/entities/Account/types.ts:109
• Optional
toAccount: Account
Account in which the POLYX amount was deposited.
Note
this can be null in case when account balance was burned
api/entities/Account/types.ts:98
• Optional
toIdentity: Identity
Identity in which the POLYX amount was deposited.
Note
this can be null in case when account balance was burned
api/entities/Account/types.ts:93
• type: BalanceTypeEnum
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types