pub type ProtocolMessageResponse = Result<(), DispatchError>;
Defines protocol requests performed on chains.
enum ProtocolMessageResponse { Ok(()), Err(DispatchError), }
Contains the success value
Contains the error value