Type Definition abstract_core::api::ExecuteMsg

source ·
pub type ExecuteMsg<Request = Empty, ReceiveMsg = Empty> = MiddlewareExecMsg<BaseExecuteMsg, ApiRequestMsg<Request>, ReceiveMsg>;

Trait Implementations§

source§

impl<T: ApiExecuteMsg, R: Serialize> From<T> for ExecuteMsg<T, R>

source§

fn from(api_msg: T) -> Self

Converts to this type from the input type.