Macro bdk_chain::bitcoin::hashes::hex::test_hex_unwrap
macro_rules! test_hex_unwrap { ($hex:expr) => { ... }; }
Expand description
Quick and dirty macro for parsing hex in tests.
For improved ergonomics import with: use hex_conservative::test_hex_unwrap as hex;