Interface IWalletHintEvent

Emitted by Wallet when it opens and contains an optional anti-phishing 'hint' set by the user.

interface IWalletHintEvent {
    hint?: string;
}

Properties

Properties

hint?: string

Generated using TypeDoc