Skip to content

Commit

Permalink
Add AuthCall variant to CallType (alloy-rs#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored and ben186 committed Jul 27, 2024
1 parent 0e2124b commit 46cf384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/rpc-types-trace/src/parity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ pub enum CallType {
DelegateCall,
/// Static call
StaticCall,
/// Authorized call
AuthCall,
}

/// Represents a certain [CallType] of a _call_ or message transaction.
Expand Down

0 comments on commit 46cf384

Please sign in to comment.