UNPKG

@leapwallet/embedded-wallet-sdk-react

Version:

A react library for integrating metamask snaps on a cosmos dApp

6 lines (5 loc) 409 B
import { SWRConfiguration } from "swr"; export declare const useTransactions: (address: string, chainId: string, transfer: "sender" | "recipient", restUrl?: string, options?: SWRConfiguration) => import("swr/_internal").SWRResponse<{ total: number; transactions: unknown[]; }, any, Partial<import("swr/_internal").PublicConfiguration<any, any, import("swr/_internal").BareFetcher<any>>> | undefined>;