@macalinao/grill
Version:
Modern Solana development kit for React applications with automatic account batching, caching, and transaction notifications
5 lines • 414 B
JavaScript
import { createDecodedAccountHook, createDecodedAccountsHook, } from "@macalinao/grill";
import { getAddressLookupTableDecoder } from "@solana-program/address-lookup-table";
export const useAddressLookupTable = createDecodedAccountHook(getAddressLookupTableDecoder());
export const useAddressLookupTables = createDecodedAccountsHook(getAddressLookupTableDecoder());
//# sourceMappingURL=address-lookup-table.js.map