pub trait DelegateCallSupport: Sealed {
// Required method
fn allow_delegate_call() -> bool;
}
Expand description
Is DELEGATECALL allowed to use for a precompile.
pub trait DelegateCallSupport: Sealed {
// Required method
fn allow_delegate_call() -> bool;
}
Is DELEGATECALL allowed to use for a precompile.