UNPKG

@kryptogo/kryptogokit-sdk-react

Version:

KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.

5 lines (4 loc) 238 B
import type { Address } from 'viem'; import type { Wallet } from '../src/wallets/Wallet'; export declare const mockedAccounts: readonly [Address, ...Address[]]; export declare const mockWallet: (id: string, name: string) => () => Wallet;