UNPKG

@frakters/nft-lending-v2

Version:

Client library for interacting with nft lenging solana program

3 lines (2 loc) 166 B
import { MetadataByMint } from './arweave.model'; export declare const getArweaveMetadataByMint: (tokenMints: string[], endpoint: string) => Promise<MetadataByMint>;