UNPKG

@yfi/sdk

Version:

Interaction framework for the yearn protocol

4 lines (3 loc) 293 B
import { AccountEarningsResponse } from "../../services/subgraph/responses"; export declare const DEFAULT_ACCOUNT_EARNINGS_RESPONSE: AccountEarningsResponse; export declare const createMockAccountEarningsResponse: (overwrites?: Partial<AccountEarningsResponse>) => AccountEarningsResponse;