@thirdweb-dev/wallets
Version:
<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/legacy_packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a h
13 lines • 415 B
TypeScript
import { Connector } from "../interfaces/connector";
import { AbstractClientWallet, WalletOptions } from "./base";
/**
* @internal
*/
export declare class InjectedWallet extends AbstractClientWallet {
connector?: Connector;
static id: string;
get walletName(): string;
constructor(options?: WalletOptions);
protected getConnector(): Promise<Connector>;
}
//# sourceMappingURL=injected.d.ts.map