Trait cfg_traits::ethereum::EthereumTransactor
source · pub trait EthereumTransactor {
// Required method
fn call(
from: H160,
to: H160,
data: &[u8],
value: U256,
gas_price: U256,
gas_limit: U256
) -> DispatchResultWithPostInfo;
}
Expand description
Something capable of managing transactions in an EVM/Ethereum context
Required Methods§
Object Safety§
This trait is not object safe.