Shared properties of a product balance

interface BaseBalance {
    type: ProductEngineType;
    productId: number;
    amount: BigNumber;
    lpAmount: BigNumber;
    healthContributions: BalanceHealthContributions;
}

Hierarchy (view full)

Properties

productId: number
amount: BigNumber
lpAmount: BigNumber
healthContributions: BalanceHealthContributions