Interface IAccountUpdateEvent

Emitted by Wallet when an account data has been updated. This event signifies a chance in the internal account state that includes new address generation.

interface IAccountUpdateEvent {
    accountDescriptor: IAccountDescriptor;
}

Properties

accountDescriptor: IAccountDescriptor

Generated using TypeDoc