pub fn parse_counter(value: Vec<u8>) -> Result<i64, ParseCounterError>
Parses a counter value from state stored as a string.
value