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

terra_datetime_format

Convert a JSON date time into a rust one

terra_decimal_format

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

terra_f64_format

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

terra_opt_decimal_format

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

terra_opt_u64_format

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

terra_u64_format

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