Class: Event
An wallet account event.
Table of contents
Constructors
Properties
Constructors
constructor
• new Event(accountIndex
, event
)
Parameters
Name | Type | Description |
---|---|---|
accountIndex | number | The account index. |
event | WalletEvent | The wallet event. |
Properties
accountIndex
• accountIndex: number
The account index for which the event was emitted.
event
• event: WalletEvent
The wallet event.