UNPKG

@starknet-io/get-starknet-core

Version:

[![npm](https://img.shields.io/npm/v/get-starknet.svg)](https://www.npmjs.com/package/get-starknet)

20 lines (19 loc) 447 B
declare const isFullWallet: (obj: unknown) => obj is { id: any; name: any; icon: any; version: any; request: any; on: any; off: any; }; declare const isVirtualWallet: (obj: unknown) => obj is { id: any; name: any; icon: any; windowKey: any; loadWallet: any; hasSupport: any; }; declare function isWalletObject(wallet: unknown): boolean; export { isVirtualWallet, isFullWallet, isWalletObject };