UNPKG

@bombearn/sdk

Version:

Interaction framework for the yearn protocol

4 lines (3 loc) 143 B
import { Apy } from "../.."; export declare const DEFAULT_APY: Apy; export declare const createMockApy: (overwrites?: Partial<Apy>) => Apy;