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