Function pallet_ethereum_xcm::pallet::dispatchables::force_transact_as
source · pub fn force_transact_as<T: Config>(
transact_as: H160,
xcm_transaction: EthereumXcmTransaction,
force_create_address: Option<H160>
)
Expand description
Xcm Transact an Ethereum transaction, but allow to force the caller and create address. This call should be restricted (callable only by the runtime or governance). Weight: Gas limit plus the db reads involving the suspension and proxy checks
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_transact_as
.