cosmwasm_std

Function to_msgpack_binary

source
pub fn to_msgpack_binary<T>(data: &T) -> StdResult<Binary>
where T: Serialize + ?Sized,
Expand description

Serializes the given data structure as MessagePack bytes.