-
Notifications
You must be signed in to change notification settings - Fork 191
bx wrap decode
evoskuil edited this page Oct 17, 2014
·
12 revisions
Validate the checksum of a Base16 data and recover its version byte and data.
$ bx wrap-decode --helpUsage: bx wrap-decode [-h] [--config VALUE] [--format VALUE] [WRAPPED]
Info: Validate the checksum of a Base16 data and recover its version byte
and data.
Options (named):
-c [--config] The path to the configuration settings file.
-f [--format] The output format. Options are 'json', 'xml', 'info'
or 'native', defaults to native.
-h [--help] Get a description and instructions for this command.
Arguments (positional):
WRAPPED The Base16 data to unwrap. If not specified the
value is read from STDIN.
version 0
$ bx wrap-decode 00031bab84e687e36514eeaf5a017c30d32c1f59dd4ea6629da7970ca374513dd0065b09d03cwrapper
{
checksum 1020266843
payload 031bab84e687e36514eeaf5a017c30d32c1f59dd4ea6629da7970ca374513dd006
version 0
}Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build BX
- General Information
- Developer Information
- Configuration Settings
- Tutorials
- Meta Commands
- Wallet Commands
- Key Encryption Commands
- Stealth Commands
- Messaging Commands
- Transaction Commands
- Online Commands
- Encoding Commands
- Hash Commands
- Math Commands