Type Alias abstract_sdk::base::SudoHandlerFn

source ยท
pub type SudoHandlerFn<Module, CustomSudoMsg, Error> = fn(_: DepsMut<'_>, _: Env, _: Module, _: CustomSudoMsg) -> Result<Response, Error>;
Expand description

Function signature for a sudo handler.