PrevUpHomeNext

RCLConsensus::Adaptor::PeerPosition_t

Synopsis
using PeerPosition_t = RCLCxPeerPos;

RCLConsensus::Adaptor::PeerPosition_t

ripple::RCLCxPeerPos

ripple__RCLCxPeerPos

Types

Name

Description

Proposal

Member Functions

Name

Description

RCLCxPeerPos

Constructor.

checkSign

Verify the signing hash of the proposal.

getJson

JSON representation of proposal.

proposal

publicKey

Public key of peer that sent the proposal.

signature

Signature of the proposal (not necessarily verified)

signingHash

Create the signing hash for the proposal.

suppressionID

?????

Carries a ConsensusProposal signed by a peer. Provides value semantics but manages shared storage of the peer position internally.

Description
Header

#include <ripple/app/consensus/RCLConsensus.h>


PrevUpHomeNext