pub fn parse_input<N: Network>( input: &str, private_key: &PrivateKey<N>, ) -> Result<Value<N>>
A helper function to parse an input string into a Value, handling record ciphertexts as well.
Value