UNPKG

@macalinao/grill

Version:

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

4 lines 289 B
import type { UseDecodedAccountHook, UseDecodedAccountsHook } from "@macalinao/grill"; export declare const useAddressLookupTable: UseDecodedAccountHook<object>; export declare const useAddressLookupTables: UseDecodedAccountsHook<object>; //# sourceMappingURL=address-lookup-table.d.ts.map