pub fn decode_big_int_caster(bytes: &[u8]) -> Result<Option<BigInt>, CoreError>Expand description
Decodes bytes encoded with Go’s BigIntCaster format.
Returns:
Ok(None)for the Gonilrepresentation[0]Ok(Some(_))for zero and non-zero encoded valuesErr(_)for malformed encodings