Function pallet_evm::pallet::dispatchables::call
source · pub fn call<T: Config>(
source: H160,
target: H160,
input: Vec<u8>,
value: U256,
gas_limit: u64,
max_fee_per_gas: U256,
max_priority_fee_per_gas: Option<U256>,
nonce: Option<U256>,
access_list: Vec<(H160, Vec<H256>)>
)
Expand description
Issue an EVM call operation. This is similar to a message call transaction in Ethereum.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::call
.