pub trait EthCompatRuntimeApiCollection: ApiExt<Block> + ConvertTransactionRuntimeApi<Block> + EthereumRuntimeRPCApi<Block> { }
Expand description
A set of APIs that ethereum-compatible runtimes must implement.
Object Safety§
This trait is not object safe.