@override String address({hint}) { try { return super.address(); } on error.PayjoinError catch (e) { throw mapPayjoinError(e); } }