Module terra_rust_api::client::client_types[][src]

Expand description

JSON Serializer/Deserializer helpers routines used to serialize / deserialize a Cosmos / Tendermint / TerraD structure

Modules

Convert a JSON date time into a rust one

Convert a Decimal number (which is sent as a string) into a Decimal rust structure

Convert a f64 number (which is sent as a string) into a f64 rust structure

Convert a i64 number (which is sent as a string) into a u64 rust structure

Convert a Optional Decimal number (which is sent as a string) into a decimal rust structure

Convert a Optional u64 number (which is sent as a string) into a u64 rust structure

Convert a u64 number (which is sent as a string) into a u64 rust structure