[−][src]Module bitcoin::util
Utility functions
Functions needed by all parts of the Bitcoin library
Modules
| address | Addresses |
| base58 | Base58 encoder and decoder |
| bip32 | BIP32 Implementation |
| bip143 | BIP143 Implementation |
| contracthash | Pay-to-contract-hash supporte |
| decimal | Floating-point decimal type |
| hash | Hash functions |
| misc | Miscellaneous functions |
| privkey | Private key |
| uint | Big unsigned integer types |
Enums
| Error | A general error code, other errors should implement conversions to/from this if appropriate. |
Traits
| BitArray | A trait which allows numbers to act as fixed-size bit arrays |