pub type Result<T> = Result<T, Error>;
A type alias for the result for webb relayer, that uses the Error enum.
Error