Interface SwapAndOpenParams

interface SwapAndOpenParams {
    amountIn: BN;
    priceWithSlippage: ContractOraclePrice;
    privilege: Privilege;
    sizeAmount: BN;
}

Properties

amountIn: BN
priceWithSlippage: ContractOraclePrice
privilege: Privilege
sizeAmount: BN