kamino-sdk-beta
Version:
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
9 lines • 465 B
TypeScript
import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface SetTokenBadgeAuthorityAccounts {
whirlpoolsConfig: PublicKey;
whirlpoolsConfigExtension: PublicKey;
configExtensionAuthority: PublicKey;
newTokenBadgeAuthority: PublicKey;
}
export declare function setTokenBadgeAuthority(accounts: SetTokenBadgeAuthorityAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=setTokenBadgeAuthority.d.ts.map