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