Function leo_state::utilities::input_value::input_to_nested_bytes[][src]

pub fn input_to_nested_bytes(
    input: InputValue
) -> Result<Vec<Vec<u8>>, InputValueError>
Expand description

Returns the given input value as an array of u8 bytes. If the given input value cannot be serialized into an array of bytes then an error is returned.