Module near_vm_logic::serde_with::u128_dec_format_compatible[][src]

This in an extension to u128_dec_format that serves a compatibility layer role to deserialize u128 from a "small" JSON number (u64).

It is unfortunate that we cannot enable "arbitrary_precision" feature in serde_json due to a bug: https://github.com/serde-rs/json/issues/505

Re-exports

pub use super::u128_dec_format::serialize;

Functions

deserialize