Function darkfi_sdk::hex::decode_hex_arr

source ยท
pub fn decode_hex_arr<const N: usize>(hex: &str) -> GenericResult<[u8; N]>