2.0.0 • Published 3 months ago
varuint-bitcoin v2.0.0
varuint-bitcoin
encode/decode number as bitcoin variable length integer
value | storage length (bytes) |
---|---|
[0, 0xfd) | 1 |
0xfd, 0xffff | 3 |
0x010000, 0xffffffff | 5 |
0x0100000000, 0x1fffffffffffff | 9 |
License
MIT
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