Function holochain_state::query::from_blob

source ·
pub fn from_blob<T: DeserializeOwned + Debug>(
    blob: Vec<u8>
) -> StateQueryResult<T>
Expand description

Deserialize a BLOB from a database into a value