UNPKG

@thirdweb-dev/wallets

Version:

<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a href="ht

13 lines 604 B
import { AbstractWallet } from "../../evm/wallets/abstract"; import { WCSession, WalletConnectHandler } from "../types/walletConnect"; export declare class NoOpWalletConnectHandler extends WalletConnectHandler { init(): Promise<void>; connectApp(uri: string): Promise<void>; approveSession(wallet: AbstractWallet): Promise<void>; rejectSession(): Promise<void>; approveEIP155Request(wallet: AbstractWallet): Promise<void>; rejectEIP155Request(): Promise<void>; getActiveSessions(): WCSession[]; disconnectSession(): Promise<void>; } //# sourceMappingURL=constants.d.ts.map