Function breez_sdk_liquid::bitcoin::util::base58::check_encode_slice_to_fmt
pub fn check_encode_slice_to_fmt(
fmt: &mut Formatter<'_>,
data: &[u8],
) -> Result<(), Error>
Expand description
Obtain a string with the base58check encoding of a slice (Tack the first 4 256-digits of the object’s Bitcoin hash onto the end.)