@macalinao/grill
Version:
Modern Solana development kit for React applications with automatic account batching, caching, and transaction notifications
7 lines • 332 B
TypeScript
import type { TokenInfo } from "@macalinao/token-utils";
import type { Address } from "@solana/kit";
import type { UseQueryResult } from "@tanstack/react-query";
export declare function useTokenInfo({ mint, }: {
mint: Address | null | undefined;
}): UseQueryResult<TokenInfo | null>;
//# sourceMappingURL=use-token-info.d.ts.map