Balance for a spot product

interface SpotBalance {
    productId: number;
    amount: BigNumber;
    lpAmount: BigNumber;
    healthContributions: BalanceHealthContributions;
    type: SPOT;
}

Hierarchy (view full)

Properties

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