Type Alias alloy_sol_types::GenericContractError
source · pub type GenericContractError = ContractError<Infallible>;
Aliased Type§
enum GenericContractError {
CustomError(Infallible),
Revert(Revert),
Panic(Panic),
}