kamino-sdk-beta
Version:
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
11 lines • 485 B
TypeScript
import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface TransferRewardOwnerArgs {
newOwner: PublicKey;
}
export interface TransferRewardOwnerAccounts {
authority: PublicKey;
poolState: PublicKey;
}
export declare const layout: any;
export declare function transferRewardOwner(args: TransferRewardOwnerArgs, accounts: TransferRewardOwnerAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=transferRewardOwner.d.ts.map