Function bitcoin_indexed_chain::parse_hash_str
source · pub fn parse_hash_str(str_hex: &String, result: &mut u256) -> bool
Expand description
| Parse a hex string into 256 bits | | ———– | @param[in] strHex | | a hex-formatted, 64-character string | ––––– | @param[out] result | | the result of the parsing | | ———– | @return | | true if successful, false if not @see | ParseHashV for an RPC-oriented version | of this |