UNPKG

@parifi/sdk

Version:

Parifi SDK with common utility functions

4 lines (2 loc) 227 B
declare const getEstimatedRewardsForUser: (subgraphEndpoint: string, userAddress: string, totalRewardsForPeriod: number, startTimestamp: number, endTimestamp: number) => Promise<number>; export { getEstimatedRewardsForUser };