UNPKG

@frakters/nft-lending-v2

Version:

Client library for interacting with nft lenging solana program

8 lines (7 loc) 209 B
export declare function sleep(ms: number): Promise<unknown>; export declare function getUnixTs(): number; export declare function parseError(error: any): { status: any; code: any; message: any; };