Interface NewPositionPricesAndFee

interface NewPositionPricesAndFee {
    entryPrice: ContractOraclePrice;
    feeUsd: BN;
}

Properties

Properties

feeUsd: BN