@kamino-finance/kliquidity-sdk
Version:
Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol
11 lines • 469 B
TypeScript
import { Address, IInstruction, TransactionSigner } from "@solana/kit";
export interface DeleteTokenBadgeAccounts {
whirlpoolsConfig: Address;
whirlpoolsConfigExtension: Address;
tokenBadgeAuthority: TransactionSigner;
tokenMint: Address;
tokenBadge: Address;
receiver: Address;
}
export declare function deleteTokenBadge(accounts: DeleteTokenBadgeAccounts, programAddress?: Address): IInstruction;
//# sourceMappingURL=deleteTokenBadge.d.ts.map