@kamino-finance/klend-sdk
Version:
Typescript SDK for interacting with the Kamino Lending (klend) protocol
28 lines (27 loc) • 1.1 kB
text/typescript
export { initVault } from "./initVault"
export type { InitVaultAccounts } from "./initVault"
export { updateReserveAllocation } from "./updateReserveAllocation"
export type {
UpdateReserveAllocationArgs,
UpdateReserveAllocationAccounts,
} from "./updateReserveAllocation"
export { deposit } from "./deposit"
export type { DepositArgs, DepositAccounts } from "./deposit"
export { withdraw } from "./withdraw"
export type { WithdrawArgs, WithdrawAccounts } from "./withdraw"
export { invest } from "./invest"
export type { InvestAccounts } from "./invest"
export { updateVaultConfig } from "./updateVaultConfig"
export type {
UpdateVaultConfigArgs,
UpdateVaultConfigAccounts,
} from "./updateVaultConfig"
export { withdrawPendingFees } from "./withdrawPendingFees"
export type { WithdrawPendingFeesAccounts } from "./withdrawPendingFees"
export { updateAdmin } from "./updateAdmin"
export type { UpdateAdminAccounts } from "./updateAdmin"
export { giveUpPendingFees } from "./giveUpPendingFees"
export type {
GiveUpPendingFeesArgs,
GiveUpPendingFeesAccounts,
} from "./giveUpPendingFees"