ConsensusProposal( LedgerID_t const& prevLedger, std::uint32_t seq, Position_t const& position, NetClock::time_point closeTime, NetClock::time_point now, NodeID_t const& nodeID);
Name |
Description |
---|---|
|
The previous ledger this proposal is building on. |
|
The sequence number of this proposal. |
|
The position taken on transactions in this round. |
|
Position of when this ledger closed. |
|
Time when the proposal was taken. |
|
ID of node/peer taking this position. |