@@ -251,6 +251,9 @@ pub enum CallType {
|
||||
/// Delegate call
|
||||
#[serde(rename="delegatecall")]
|
||||
DelegateCall,
|
||||
/// Static call
|
||||
#[serde(rename="staticcall")]
|
||||
StaticCall,
|
||||
}
|
||||
|
||||
impl From<executed::CallType> for CallType {
|
||||
@@ -260,6 +263,7 @@ impl From<executed::CallType> for CallType {
|
||||
executed::CallType::Call => CallType::Call,
|
||||
executed::CallType::CallCode => CallType::CallCode,
|
||||
executed::CallType::DelegateCall => CallType::DelegateCall,
|
||||
executed::CallType::StaticCall => CallType::StaticCall,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user