Type Alias abstract_sdk::base::ReplyHandlerFn

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

Function signature for a reply handler.