async fn check_nonce_spent(
mint: &MintClientModule,
nonce: Nonce,
) -> BTreeMap<PeerId, PeerCheckResult>Expand description
Asks every guardian if nonce was already spent.
Peers that fail to answer are reported as errors instead of failing the whole query, since seeing the remaining guardians’ answers is the point.