UNPKG

@bombearn/sdk

Version:

Interaction framework for the yearn protocol

7 lines (6 loc) 253 B
import { ChainId } from "../chain"; import { ServiceInterface } from "../common"; import { Usdc } from "../types"; export declare class FeesInterface<C extends ChainId> extends ServiceInterface<C> { protocolFees(since: Date): Promise<Usdc>; }