UNPKG

@leapwallet/embedded-wallet-sdk-react

Version:

A react library for integrating metamask snaps on a cosmos dApp

3 lines (2 loc) 142 B
import { SWRConfiguration } from "swr"; export declare const useRestURL: (chainId: string, options?: SWRConfiguration) => string | undefined;