UNPKG

@shogun-sdk/one-shot

Version:

Shogun SDK - One Shot: React Components and hooks for cross-chain swaps

8 lines 274 B
type BalanceResult = { balance: bigint | undefined; loading: boolean; error: Error | null; }; export declare const useBalance: (userChainAddress: string, tokenAddress: string, chainId: number) => BalanceResult; export {}; //# sourceMappingURL=useBalance.d.ts.map