Type Definition abstract_os::api::ExecuteMsg

source ·
pub type ExecuteMsg<T, R = Empty> = MiddlewareExecMsg<BaseExecuteMsg, ApiRequestMsg<T>, R>;