cosmwasm_std

Function to_msgpack_vec

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

Serializes the given data structure as a MessagePack byte vector.