pub fn send_evm_domain_set_contract_creation_allowed_by_call<T: Config>(
domain_id: DomainId,
contract_creation_allowed_by: PermissionedActionAllowedBy<EthereumAccountId>,
)
Expand description
Submit an EVM domain “set contract creation allowed by” call as domain owner or root.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::send_evm_domain_set_contract_creation_allowed_by_call
.