ic_web3_rs::helpers

Function arbitrary_precision_deserialize_workaround

Source
pub fn arbitrary_precision_deserialize_workaround<T>(
    bytes: &[u8],
) -> Result<T, Error>
Expand description

Deserialize bytes into T. It looks for arbitrary_precision feature as a temporary workaround for https://github.com/tomusdrw/rust-web3/issues/460.