Type Definition alloy_sol_types::GenericRevertReason
source · pub type GenericRevertReason = RevertReason<Infallible>;
Expand description
Represents the reason for a revert in a generic contract error.
pub type GenericRevertReason = RevertReason<Infallible>;
Represents the reason for a revert in a generic contract error.