cosmwasm_std

Function to_binary

Source
pub fn to_binary<T>(data: &T) -> StdResult<Binary>
where T: Serialize + ?Sized,
👎Deprecated: use to_json_binary instead