Interface IAccountSelectionEvent

Emitted by Wallet when an account has been selected. This event is used internally in Rust SDK to track currently selected account in the Rust CLI wallet.

interface IAccountSelectionEvent {
    id?: string;
}

Properties

Properties

id?: string

Generated using TypeDoc