Interface AmountAndFee

interface AmountAndFee {
    amount: BN;
    fee: BN;
}

Properties

Properties

amount: BN
fee: BN