Interface IAccountCreateEvent

Emitted by Wallet when an account has been created.

interface IAccountCreateEvent {
    accountDescriptor: IAccountDescriptor;
}

Properties

accountDescriptor: IAccountDescriptor

Generated using TypeDoc