diff --git a/crates/rpc-types-trace/src/parity.rs b/crates/rpc-types-trace/src/parity.rs index 72a40b5c68b..ce25a8dbdea 100644 --- a/crates/rpc-types-trace/src/parity.rs +++ b/crates/rpc-types-trace/src/parity.rs @@ -235,6 +235,8 @@ pub enum CallType { DelegateCall, /// Static call StaticCall, + /// Authorized call + AuthCall, } /// Represents a certain [CallType] of a _call_ or message transaction.