UNPKG

@starknet-io/get-starknet-core

Version:

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

7 lines (6 loc) 462 B
import type { VirtualWallet } from "../../types"; import type { StarknetWindowObject } from "@starknet-io/types-js"; declare const virtualWallets: VirtualWallet[]; declare function initiateVirtualWallets(windowObject: Record<string, unknown>): void; declare function resolveVirtualWallet(windowObject: Record<string, unknown>, virtualWallet: VirtualWallet): Promise<StarknetWindowObject>; export { initiateVirtualWallets, resolveVirtualWallet, virtualWallets };