Function casper_rust_wasm_sdk::helpers::json_pretty_print
source · pub fn json_pretty_print<T>(
value: T,
verbosity: Option<Verbosity>,
) -> Result<String, SdkError>where
T: Serialize,
pub fn json_pretty_print<T>(
value: T,
verbosity: Option<Verbosity>,
) -> Result<String, SdkError>where
T: Serialize,