UNPKG

@macalinao/grill

Version:

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

8 lines 378 B
import type { Mint } from "@solana-program/token"; import type { UseDecodedAccountHook } from "./create-decoded-account-hook.js"; /** * Hook for fetching and decoding a mint account * Useful for getting token information like decimals, supply, and authorities */ export declare const useMintAccount: UseDecodedAccountHook<Mint>; //# sourceMappingURL=use-mint-account.d.ts.map