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