UNPKG

@kamino-finance/klend-sdk

Version:

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

3 lines 238 B
import { Address, GetProgramAccountsApi, Rpc } from '@solana/kit'; export declare function printAllReserveAccounts(rpc: Rpc<GetProgramAccountsApi>, programId?: Address): Promise<void>; //# sourceMappingURL=printAllReserveAccounts.d.ts.map