UNPKG

@leapwallet/embedded-wallet-sdk-react

Version:

A react library for integrating metamask snaps on a cosmos dApp

12 lines (11 loc) 439 B
export declare const useLeapAssets: (args?: Partial<{ includeEVMAssets?: boolean; includeCW20Assets?: boolean; includeNoMetadataAssets?: boolean; includeSVMAssets?: boolean; nativeOnly?: boolean; }>) => import("swr/_internal").SWRResponse<Record<string, import("@leapwallet/embedded-wallet-sdk-core").SupportedAsset[]>, any, { revalidateOnFocus: false; dedupingInterval: number; keepPreviousData: true; }>;