UNPKG

@bombearn/sdk

Version:

Interaction framework for the yearn protocol

8 lines (7 loc) 275 B
import { Address, Milliseconds } from "../common"; export declare type VotingEscrowTransactionType = "LOCK" | "ADD" | "EXTEND"; export interface VotingEscrowUserMetadata { assetAddress: Address; unlockDate?: Milliseconds; earlyExitPenaltyRatio?: number; }