UNPKG

@marinade.finance/kamino-sdk

Version:
8 lines (7 loc) 388 B
import { TransactionInstruction, PublicKey } from '@solana/web3.js'; export interface SetCollectProtocolFeesAuthorityAccounts { whirlpoolsConfig: PublicKey; collectProtocolFeesAuthority: PublicKey; newCollectProtocolFeesAuthority: PublicKey; } export declare function setCollectProtocolFeesAuthority(accounts: SetCollectProtocolFeesAuthorityAccounts): TransactionInstruction;