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