UNPKG

@kamino-finance/klend-sdk

Version:

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

20 lines (19 loc) 872 B
export { initializePool } from "./initializePool" export type { InitializePoolAccounts } from "./initializePool" export { changeTicketAuthority } from "./changeTicketAuthority" export type { ChangeTicketAuthorityAccounts } from "./changeTicketAuthority" export { updatePoolConfig } from "./updatePoolConfig" export type { UpdatePoolConfigArgs, UpdatePoolConfigAccounts, } from "./updatePoolConfig" export { mint } from "./mint" export type { MintArgs, MintAccounts } from "./mint" export { burn } from "./burn" export type { BurnArgs, BurnAccounts } from "./burn" export { collect } from "./collect" export type { CollectAccounts } from "./collect" export { updateAdmin } from "./updateAdmin" export type { UpdateAdminAccounts } from "./updateAdmin" export { splitTicket } from "./splitTicket" export type { SplitTicketArgs, SplitTicketAccounts } from "./splitTicket"