PrevUpHomeNext

RCLConsensus::Adaptor::share

Share the given proposal with all peers.

void
share(
    RCLCxPeerPos const& peerPos);

Share disputed transaction to peers.

void
share(
    RCLCxTx const& tx);

Share the given tx set to peers.

void
share(
    RCLTxSet const& set);

PrevUpHomeNext