Skip to main content

Class: Event

An wallet account event.

Table of contents

Constructors

Properties

Constructors

constructor

new Event(accountIndex, event)

Parameters

NameTypeDescription
accountIndexnumberThe account index.
eventWalletEventThe wallet event.

Properties

accountIndex

accountIndex: number

The account index for which the event was emitted.


event

event: WalletEvent

The wallet event.