Helper struct that holds a found pow nonce and the corresponding number of leading zeros. More...
Data Fields | |
uint64_t | pow |
PoW nonce. More... | |
unsigned int | bits |
Corresponding zero bits in hash. More... | |
Helper struct that holds a found pow nonce and the corresponding number of leading zeros.
Definition at line 58 of file revocation_api.c.
uint64_t BestPow::pow |
PoW nonce.
Definition at line 63 of file revocation_api.c.
unsigned int BestPow::bits |
Corresponding zero bits in hash.
Definition at line 68 of file revocation_api.c.