Interface PriceAndFee

interface PriceAndFee {
    feeUsd: BN;
    price: ContractOraclePrice;
}

Properties

Properties

feeUsd: BN