UNPKG

@kamino-finance/klend-sdk

Version:

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

7 lines 372 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface UpdateGlobalConfigAdminAccounts { pendingAdmin: PublicKey; globalConfig: PublicKey; } export declare function updateGlobalConfigAdmin(accounts: UpdateGlobalConfigAdminAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=updateGlobalConfigAdmin.d.ts.map