UNPKG

@gorbchain-xyz/chaindecode

Version:

GorbchainSDK V1.3+ - Complete Solana development toolkit with advanced cryptography, messaging, and collaboration features. Build secure applications with blockchain, DeFi, and end-to-end encryption.

5 lines (4 loc) 254 B
import { decodeMintAccount, DecodedMintAccount } from '../utils/decodeMintAccount.js'; export { decodeMintAccount }; export type { DecodedMintAccount }; export declare function fetchAndDecodeMintAccount(mint: string): Promise<DecodedMintAccount | null>;