PrevUpHomeNext

RCLCxPeerPos::pointer

Synopsis
using pointer = std::shared_ptr< RCLCxPeerPos >;

RCLCxPeerPos::pointer

ripple::RCLCxPeerPos

ripple__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.

Carries a ConsensusProposal signed by a peer.

Description
Header

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


PrevUpHomeNext