UNPKG

@renegade-fi/react

Version:
8 lines 318 B
import { type Config, type Wallet } from "@renegade-fi/core"; export type UseWalletParameters = { config?: Config; onUpdate?: (wallet: Wallet) => void; enabled?: boolean; }; export declare function useWalletWebsocket(parameters?: UseWalletParameters): void; //# sourceMappingURL=useWalletWebSocket.d.ts.map