UNPKG

@frakt-protocol/frakt-sdk

Version:

Frakt SDK for interacting with frakt.xyz protocols

5 lines (4 loc) 277 B
import * as anchor from '@project-serum/anchor'; import { PublicKey } from '@solana/web3.js'; import { NftLendingV2 } from './idl/types/nft_lending_v2'; export declare function returnAnchorProgram(programId: PublicKey, provider: anchor.Provider): anchor.Program<NftLendingV2>;