Gets the amount in btc.
@override double? amount({hint}) { try { return super.amount(); } on error.PayjoinError catch (e) { throw mapPayjoinError(e); } }