pub trait DelegateCallSupport: Sealed {
    // Required method
    fn allow_delegate_call() -> bool;
}
Expand description

Is DELEGATECALL allowed to use for a precompile.

Required Methods§

Implementors§