PrevUpHomeNext

RCLCxPeerPos

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

Synopsis
class RCLCxPeerPos :
    public CountedObject< RCLCxPeerPos >
Types

Name

Description

Proposal

pointer

ref

Member Functions

Name

Description

RCLCxPeerPos

Constructor.

checkSign

Verify the signing hash of the proposal.

getCountedObjectName

getJson

JSON representation of proposal.

getPublicKey

Public key of peer that sent the proposal.

getSignature

Signature of the proposal (not necessarily verified)

getSigningHash

Create the signing hash for the proposal.

getSuppressionID

?????

operator Proposal const &

proposal

The consensus proposal.

Description

Carries a ConsensusProposal signed by a peer.

Header

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


PrevUpHomeNext