UNPKG

@reactive-dot/wallet-mimir

Version:

Mimir adapter for ReactiveDOT

8 lines 389 B
import { MimirWallet, type MimirWalletOptions } from "./mimir-wallet.js"; import { WalletProvider } from "@reactive-dot/core/wallets.js"; export declare class MimirWalletProvider extends WalletProvider { private readonly options?; constructor(options?: MimirWalletOptions | undefined); getWallets(): Promise<MimirWallet[]>; } //# sourceMappingURL=mimir-wallet-provider.d.ts.map