Interface AddCollateralLog

interface AddCollateralLog {
    collateral_amount: BN;
    collateral_price_usd: BN;
    market: PublicKey;
    owner: PublicKey;
}

Properties

collateral_amount: BN
collateral_price_usd: BN
market: PublicKey
owner: PublicKey