@kamino-finance/klend-sdk
Version:
Typescript SDK for interacting with the Kamino Lending (klend) protocol
8 lines • 373 B
TypeScript
import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface RemoveAllocationAccounts {
vaultAdminAuthority: PublicKey;
vaultState: PublicKey;
reserve: PublicKey;
}
export declare function removeAllocation(accounts: RemoveAllocationAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=removeAllocation.d.ts.map