Module long_poll

Source
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§

LongPollId
The encoded long poll ID, generated from the LongPollInput.
LongPollInput
The inputs to the long polling check.

Constants§

LONG_POLL_ID_LENGTH
The length of a serialized LongPollId string.

Functions§

update_checksum 🔒
Update checksum from item, so changes in item are likely to also change checksum.