@macalinao/grill
Version:
Modern Solana development kit for React applications with automatic account batching, caching, and transaction notifications
7 lines • 311 B
TypeScript
import type { SendTXFunction } from "@macalinao/gill-extra";
/**
* Hook that provides a function to send transactions using the modern @solana/kit API
* while maintaining compatibility with the wallet adapter.
*/
export declare const useSendTX: () => SendTXFunction;
//# sourceMappingURL=use-send-tx.d.ts.map