PrevUpHomeNext

RCLCxPeerPos

RCLCxPeerPos::Proposal
RCLCxPeerPos::RCLCxPeerPos
RCLCxPeerPos::checkSign
RCLCxPeerPos::data_
RCLCxPeerPos::getJson
RCLCxPeerPos::hash_append
RCLCxPeerPos::proposal
RCLCxPeerPos::publicKey
RCLCxPeerPos::signature
RCLCxPeerPos::signingHash
RCLCxPeerPos::suppressionID

A peer's signed, proposed position for use in RCLConsensus.

Synopsis
class 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

?????

Description

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

Header

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


PrevUpHomeNext