@edgex-web/components
Version:
EdgeX Universal UI Components Library - Reusable React components for deposit, withdraw and other common UI patterns
14 lines • 440 B
TypeScript
interface Params {
client: any;
tokenAddress: `0x${string}`;
holder: `0x${string}`;
decimals: number;
fallbackFormatted?: string;
pollingInterval?: number;
}
export declare function useErc20BalanceOfWatcher({ client, tokenAddress, holder, decimals, fallbackFormatted, pollingInterval, }: Params): {
value: bigint | null;
formatted: string;
};
export {};
//# sourceMappingURL=useErc20BalanceOfWatcher.d.ts.map