Trait abstract_sdk::Execution
source · pub trait Execution: Identification {
fn executor<'a>(&'a self, deps: Deps<'a>) -> Executor<'_, Self> { ... }
}Expand description
Execute an arbitrary CosmosMsg action on the OS.
pub trait Execution: Identification {
fn executor<'a>(&'a self, deps: Deps<'a>) -> Executor<'_, Self> { ... }
}Execute an arbitrary CosmosMsg action on the OS.