PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo-express/node_modules/varuint-bitcoin
Просмотр файла: README.md
# varuint-bitcoin
[](https://www.npmjs.org/package/varuint-bitcoin)
[](https://travis-ci.org/bitcoinjs/varuint-bitcoin)
[](https://github.com/mafintosh/abstract-encoding)
[](https://github.com/feross/standard)
encode/decode number as [bitcoin variable length integer](https://en.bitcoin.it/wiki/Protocol_documentation#Variable_length_integer)
| value | storage length (bytes) |
|:------:|:--------------:|
| [0, 0xfd) | 1 |
| [0xfd, 0xffff] | 3 |
| [0x010000, 0xffffffff] | 5 |
| [0x0100000000, 0x1fffffffffffff] | 9 |
## License
MIT
Выполнить команду
Для локальной разработки. Не используйте в интернете!