clementine_core::rpc::aggregator

Function get_next_pub_nonces

Source
async fn get_next_pub_nonces(
    nonce_streams: &mut [impl Stream<Item = Result<PublicNonce, BridgeError>> + Unpin + Send + 'static],
) -> Result<Vec<PublicNonce>, BridgeError>