Type Alias abstract_sdk::base::ReceiveHandlerFn

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

Function signature for a receive handler.