decode_hex_array

Function decode_hex_array 

Source
fn decode_hex_array<const N: usize>(
    value: &str,
    label: &str,
) -> Result<[u8; N], CliError>
Expand description

Decode one fixed-size hexadecimal key or signature.