referrerpolicy=no-referrer-when-downgrade

Function eth_call

Source
pub fn eth_call<T: Config>(
    dest: H160,
    value: U256,
    gas_limit: Weight,
    storage_deposit_limit: BalanceOf<T>,
    data: Vec<u8>,
)
Expand description

Same as [Self::call], but intended to be dispatched only by an EVM transaction through the EVM compatibility layer.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::eth_call.