UNPKG

@algofi/v1

Version:

The official JavaScript SDK for the V2 Algofi Lending Market

9 lines (8 loc) 226 B
export default class UserVotingEscrowState { amountLocked: number; lockStartTime: number; lockDuration: number; amountVeBank: number; boostMultiplier: number; constructor(userLocalState: {}); }