You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use anybuf::Bufany;let deserialized = Bufany::deserialize(&data).map_err(|_e| StdError::generic("could not parse response data")?;let sequence = deserialized.uint64(1).ok_or_else(StdError::generic("could not get sequence")?;
This response type has been introduced to wasmd, but there isn't a handy function to parse it: CosmWasm/wasmd#1154
The text was updated successfully, but these errors were encountered: