PrevUpHomeNext

RCLCxPeerPos::RCLCxPeerPos

Constructor.

Synopsis
RCLCxPeerPos(
    PublicKey const& publicKey,
    Slice const& signature,
    uint256 const& suppress,
    Proposal&& proposal);
Description

Constructs a signed peer position.

Parameters

Name

Description

publicKey

Public key of the peer

signature

Signature provided with the proposal

suppress

????

proposal

The consensus proposal


PrevUpHomeNext