@kamino-finance/klend-sdk
Version:
Typescript SDK for interacting with the Kamino Lending (klend) protocol
6 lines • 387 B
TypeScript
import { PublicKey } from "@solana/web3.js";
import * as anchor from "./anchor";
import * as custom from "./custom";
export declare function fromCode(code: number, logs?: string[]): custom.CustomError | anchor.AnchorError | null;
export declare function fromTxError(err: unknown, programId?: PublicKey): custom.CustomError | anchor.AnchorError | null;
//# sourceMappingURL=index.d.ts.map