interface Wallet {
    getConnection: () => BrowserWindowMessageConnection;
    info: WalletInfo;
}

Properties

Properties

getConnection: () => BrowserWindowMessageConnection