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
It's unclear to me why this exists. Maybe from a time before we added the cosmwasm_std::Event. I can't see how this is useful today. If someone knows, please comment here.
/// This defines a set of attributes which should be added to `Response`.pubtraitEvent{/// Append attributes to responsefnadd_attributes(&self,response:&mutResponse);}
The text was updated successfully, but these errors were encountered:
It's unclear to me why this exists. Maybe from a time before we added the
cosmwasm_std::Event
. I can't see how this is useful today. If someone knows, please comment here.The text was updated successfully, but these errors were encountered: