@kamino-finance/farms-sdk
Version:
7 lines • 425 B
TypeScript
import { Address, IAccountMeta, IInstruction, Option } from "@solana/kit";
export interface RefreshFarmAccounts {
farmState: Address;
scopePrices: Option<Address>;
}
export declare function refreshFarm(accounts: RefreshFarmAccounts, programAddress?: Address): IInstruction<string, readonly (import("@solana/kit").IAccountLookupMeta<string, string> | IAccountMeta<string>)[]>;
//# sourceMappingURL=refreshFarm.d.ts.map