@frakt-protocol/frakt-sdk
Version:
Frakt SDK for interacting with frakt.xyz protocols
9 lines (8 loc) • 305 B
TypeScript
import { web3 } from '@project-serum/anchor';
import { FarmerView } from '../../types';
declare type GetAllFarmAccounts = (params: {
gemFarmProgramId: web3.PublicKey;
connection: web3.Connection;
}) => Promise<FarmerView[]>;
export declare const getAllFarmAccounts: GetAllFarmAccounts;
export {};