Type Definition abstract_os::api::ExecuteMsg

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

Trait Implementations§

Converts to this type from the input type.