pub fn to_string<T>(value: &T) -> Result<String>where T: Serialize,
Attempts to serialize some input to VDF text
This will return an error if the input can’t be represented with valid VDF