UNPKG

@leapwallet/embedded-wallet-sdk-react

Version:

A react library for integrating metamask snaps on a cosmos dApp

4 lines (3 loc) 409 B
import { type Balance } from "@leapwallet/embedded-wallet-sdk-core"; import { SWRConfiguration } from "swr"; export declare const useBalance: (address: string, chainId: string, restUrl?: string, options?: SWRConfiguration) => import("swr/_internal").SWRResponse<Balance[], any, Partial<import("swr/_internal").PublicConfiguration<Balance[], any, import("swr/_internal").BareFetcher<Balance[]>>> | undefined>;