Implement bits_to_target Function #9
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Create a function to convert the compact
bits
representation to the full 256-bit target.Acceptance Criteria:
bits_to_target(bits: u32) -> Result<U256, Error>
bits
Resources:
block_header.cairo
The text was updated successfully, but these errors were encountered: