UNPKG

@ssv-labs/bapps-sdk

Version:
11 lines (10 loc) 230 B
import { Address } from 'abitype'; export interface TokenWeight { token: Address; weight: number; } export interface StrategyWeight { id: string; tokenWeights: TokenWeight[]; validatorBalanceWeight?: number; }