UNPKG

@saberhq/sail

Version:

Account caching and batched loading for React-based Solana applications.

11 lines 369 B
import type { MintData, TokenAccountData } from "@saberhq/token-utils"; import type { AccountParser } from "./useParsedAccountsData"; /** * Parses token accounts. */ export declare const TOKEN_ACCOUNT_PARSER: AccountParser<TokenAccountData>; /** * Parses mint accounts. */ export declare const MINT_PARSER: AccountParser<MintData>; //# sourceMappingURL=spl.d.ts.map