Type alias WalletEventMap

WalletEventMap: {
    account-activation: IAccountActivationEvent;
    account-create: IAccountCreateEvent;
    account-deactivation: IAccountDeactivationEvent;
    account-selection: IAccountSelectionEvent;
    account-update: IAccountUpdateEvent;
    balance: IBalanceEvent;
    connect: IConnectEvent;
    daa-score-change: IDaaScoreChangeEvent;
    disconnect: IDisconnectEvent;
    discovery: IDiscoveryEvent;
    error: IErrorEvent;
    maturity: IMaturityEvent;
    pending: IPendingEvent;
    prv-key-data-create: IPrvKeyDataCreateEvent;
    reorg: IReorgEvent;
    server-status: IServerStatusEvent;
    stasis: IStasisEvent;
    sync-state: ISyncStateEvent;
    utxo-index-not-enabled: IUtxoIndexNotEnabledEvent;
    utxo-proc-error: IUtxoProcErrorEvent;
    utxo-proc-start: undefined;
    utxo-proc-stop: undefined;
    wallet-close: undefined;
    wallet-create: IWalletCreateEvent;
    wallet-error: IWalletErrorEvent;
    wallet-hint: IWalletHintEvent;
    wallet-open: IWalletOpenEvent;
    wallet-reload: IWalletReloadEvent;
}

Wallet notification event data map.

Type declaration

Generated using TypeDoc