A peer's signed, proposed position for use in RCLConsensus
.
class RCLCxPeerPos
Name |
Description |
---|---|
Name |
Description |
---|---|
Constructor. |
|
Verify the signing hash of the proposal. |
|
JSON representation of proposal. |
|
Public key of peer that sent the proposal. |
|
Signature of the proposal (not necessarily verified) |
|
Create the signing hash for the proposal. |
|
????? |
Carries a ConsensusProposal
signed by a peer.
Provides value semantics but manages shared storage of the peer position
internally.
#include <ripple/app/consensus/RCLCxPeerPos.h>