varuint-bitcoin
Advanced tools
Weekly downloads
Readme
encode/decode number as bitcoin variable length integer
value | storage length (bytes) |
---|---|
[0, 0xfd) | 1 |
[0xfd, 0xffff] | 3 |
[0x010000, 0xffffffff] | 5 |
[0x0100000000, 0x1fffffffffffff] | 9 |
MIT
FAQs
encode/decode number as bitcoin variable length integer
The npm package varuint-bitcoin receives a total of 86,987 weekly downloads. As such, varuint-bitcoin popularity was classified as popular.
We found that varuint-bitcoin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.