Enumeration: WalletEventType
All of the wallet event types.
Table of contents
Enumeration Members
- ConsolidationRequired
- LedgerAddressGeneration
- NewOutput
- SpentOutput
- TransactionInclusion
- TransactionProgress
Enumeration Members
ConsolidationRequired
• ConsolidationRequired = 0
Consolidation is required.
LedgerAddressGeneration
• LedgerAddressGeneration = 1
Nano Ledger has generated an address.
NewOutput
• NewOutput = 2
A new output was created.
SpentOutput
• SpentOutput = 3
An output was spent.
TransactionInclusion
• TransactionInclusion = 4
A transaction was included into the ledger.
TransactionProgress
• TransactionProgress = 5
A progress update while submitting a transaction.