Function cosmwasm_std::to_json_vec

source ·
pub fn to_json_vec<T>(data: &T) -> StdResult<Vec<u8>>
where T: Serialize + ?Sized,
Expand description

Serializes the given data structure as a JSON byte vector.