UNPKG

@renegade-fi/react

Version:
8 lines 320 B
import type { Balance, Config } from "@renegade-fi/core"; export type UseFeesParameters = { config?: Config; filter?: boolean; }; export type UseFeesReturnType = Map<`0x${string}`, Balance>; export declare function useFees(parameters?: UseFeesParameters): UseFeesReturnType; //# sourceMappingURL=useFees.d.ts.map