UNPKG

@kamino-finance/klend-sdk

Version:

Typescript SDK for interacting with the Kamino Lending (klend) protocol

5 lines 291 B
import BN from 'bn.js'; import { CliEnv, SendTxMode } from '../tx/CliEnv'; import { Address } from '@solana/kit'; export declare function withdraw(env: CliEnv, mode: SendTxMode, token: string, withdrawAmount: BN, marketAddress: Address): Promise<void>; //# sourceMappingURL=withdraw.d.ts.map