@kamino-finance/kliquidity-sdk
Version:
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
8 lines • 467 B
TypeScript
import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit";
export interface UpdateFeeOwnerAccounts {
lbPair: Address;
newFeeOwner: Address;
admin: TransactionSigner;
}
export declare function updateFeeOwner(accounts: UpdateFeeOwnerAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=updateFeeOwner.d.ts.map