Interface AddCollateralLogV2

interface AddCollateralLogV2 {
    collateral_amount: BN;
    collateral_price: BN;
    collateral_price_exponent: number;
    market: PublicKey;
    owner: PublicKey;
}

Properties

collateral_amount: BN
collateral_price: BN
collateral_price_exponent: number
market: PublicKey
owner: PublicKey