relayOutcomes property

Map<String, RelayRequestOutcome> get relayOutcomes

What the request ended with on each relay it was sent to, as it stands now, keyed by relay url.

Reading it tells an exhausted relay from a silent one: a relay that has not answered yet is RelayRequestStatus.pending, which is what a live subscription shows for as long as it runs.

Implementation

Map<String, RelayRequestOutcome> get relayOutcomes => _relayOutcomes();