Expand description
Long polling support for the getblocktemplate
RPC.
These implementation details are private, and should not be relied upon by miners.
They are also different from the zcashd
implementation of long polling.
Structs§
- Long
Poll Id - The encoded long poll ID, generated from the
LongPollInput
. - Long
Poll Input - The inputs to the long polling check.
Constants§
- LONG_
POLL_ ID_ LENGTH - The length of a serialized
LongPollId
string.
Functions§
- update_
checksum 🔒 - Update
checksum
fromitem
, so changes initem
are likely to also changechecksum
.