Module de

Module de 

Source

Functionsยง

i64_from_string
Function to provide to serde in order to deserialize a i64 from a string. Use as follows: #[serde(deserialize_with = "i64_from_string")]
i128_from_string
Function to provide to serde in order to deserialize a i128 from a string. Use as follows: #[serde(deserialize_with = "i128_from_string")]
opt_pubkey_from_base58
Function to provide to serde in order to deserialize a Option from a base58 string option. Use as follows: #[serde(deserialize_with = "opt_pubkey_from_base58")]
pubkey_from_base58
Function to provide to serde in order to deserialize a Pubkey from a base58 string. Use as follows: #[serde(deserialize_with = "pubkey_from_base58")]
u64_from_string
Function to provide to serde in order to deserialize a u64 from a string. Use as follows: #[serde(deserialize_with = "u64_from_string")]
u128_from_string
Function to provide to serde in order to deserialize a u128 from a string. Use as follows: #[serde(deserialize_with = "u128_from_string")]
vec_pubkey_from_base58
Function to provide to serde in order to deserialize a Vec from a a vec of base58 strings. Use as follows: #[serde(deserialize_with = "vec_pubkey_from_base58")]