@macalinao/grill
Version:
Modern Solana development kit for React applications with automatic account batching, caching, and transaction notifications
5 lines • 304 B
JavaScript
import { getTokenDecoder } from "@solana-program/token";
import { createDecodedAccountHook } from "./create-decoded-account-hook.js";
// Create the base hook using the generic helper
export const useTokenAccount = createDecodedAccountHook(getTokenDecoder());
//# sourceMappingURL=use-token-account.js.map