Function parse_input

Source
pub fn parse_input<N: Network>(
    input: &str,
    private_key: &PrivateKey<N>,
) -> Result<Value<N>>
Expand description

A helper function to parse an input string into a Value, handling record ciphertexts as well.