UNPKG

@frakt-protocol/frakt-sdk

Version:

Frakt SDK for interacting with frakt.xyz protocols

7 lines (6 loc) 207 B
import { FarmerView } from '../../types'; declare type CalculationRewardDegod = (params: { farmer: FarmerView; }) => number; export declare const calculateRewardDegod: CalculationRewardDegod; export {};