UNPKG

@cosmos-kit/cdcwallet-extension

Version:
8 lines (7 loc) 214 B
import { Cdcwallet } from './types'; export interface CdcwalletWindow { cdc_wallet?: { cosmos?: Cdcwallet; }; } export declare const getCdcwalletFromExtension: () => Promise<Cdcwallet | undefined>;