Function casper_rust_wasm_sdk::helpers::cl_value_to_json

source ·
pub fn cl_value_to_json(cl_value: &CLValue) -> Option<Value>
Expand description

Converts a CLValue to a JSON Value.

§Arguments

  • cl_value - The CLValue to convert.

§Returns

A JSON Value representing the CLValue data.