@frakt-protocol/frakt-sdk
Version:
Frakt SDK for interacting with frakt.xyz protocols
4 lines (3 loc) • 357 B
TypeScript
/// <reference types="@solana/web3.js" />
import { web3 } from '@project-serum/anchor';
export declare const harvestSecondaryReward: (programId: web3.PublicKey, connection: web3.Connection, userPublicKey: web3.PublicKey, mintToStake: web3.PublicKey, mintToHarvest: web3.PublicKey, mintsToReward: web3.PublicKey[]) => Promise<web3.TransactionInstruction[]>;