UNPKG

@leapwallet/embedded-wallet-sdk-react

Version:

A react library for integrating metamask snaps on a cosmos dApp

5 lines (4 loc) 262 B
import { Token } from "typedi"; export type Fetch = (url: RequestInfo, init?: RequestInit) => Promise<Response>; /** Never use {@link fetch} directly. Use it through the {@link Container} via this {@link Token}. */ export declare const fetchToken: Token<Fetch>;