Encodes the value into the compact difficulty-target format described above.
Declared in <arith_uint256.h>
uint32_t
GetCompact(bool fNegative = false) const;
The 32-bit compact representation of the value.
| Name | Description |
|---|---|
| fNegative | Whether to set the sign bit in the encoding. |