UNPKG

@bombearn/sdk

Version:

Interaction framework for the yearn protocol

7 lines (6 loc) 158 B
import { Address } from "../common"; export interface GaugeUserMetadata { assetAddress: Address; boost: number; _calculatedBoost: number; }