iota_sdk.types.event
WalletEventType Objects
class WalletEventType(IntEnum)
Types of wallet events.
Attributes:
ConsolidationRequired
0 - Consolidation is required.LedgerAddressGeneration
1 - Nano Ledger has generated an address.NewOutput
2 - A new output was created.SpentOutput
3 - An output was spent.TransactionInclusion
4 - A transaction was included into the ledger.TransactionProgress
5 - A progress update while submitting a transaction.