PrevUpHomeNext

RCLConsensus::relay

Relay the given proposal to all peers.

void
relay(
    RCLCxPeerPos const& peerPos);

Relay disputed transacction to peers.

void
relay(
    DisputedTx< RCLCxTx, NodeID > const& dispute);

PrevUpHomeNext