Trait cw_utils::Event

source ·
pub trait Event {
    // Required method
    fn add_attributes(&self, response: &mut Response);
}
👎Deprecated: This is probably not needed anymore. If you use it, please share in https://github.com/CosmWasm/cw-utils/issues/17.
Expand description

This defines a set of attributes which should be added to Response.

Required Methods§

source

fn add_attributes(&self, response: &mut Response)

👎Deprecated: This is probably not needed anymore. If you use it, please share in https://github.com/CosmWasm/cw-utils/issues/17.

Append attributes to response

Implementors§