Interface IAccountDeactivationEvent

Emitted by Wallet when an account has been deactivated.

interface IAccountDeactivationEvent {
    ids: string[];
}

Properties

Properties

ids: string[]

Generated using TypeDoc