totalFees property

int? totalFees
final

Total fees for the reverse swap, in sats, based on the given send amount.

The field is set only when the ReverseSwapFeesRequest send_amount_sat is known.

If the ReverseSwapFeesRequest has the claim_tx_feerate empty, this is an estimate. If the claim_tx_feerate is set, this is the exact value of the total reverse swap fees.

Implementation

final int? totalFees;