UNPKG

@macalinao/grill

Version:

Modern Solana development kit for React applications with automatic account batching, caching, and transaction notifications

8 lines 337 B
import type { TransactionSendingSigner } from "gill"; /** * Get the connected wallet, throwing an error if no wallet is connected. * @throws Error if no wallet is connected. * @returns The connected wallet. */ export declare const useConnectedWallet: () => TransactionSendingSigner; //# sourceMappingURL=use-connected-wallet.d.ts.map