Module evm

Source
Expand description

EVM Provider implementation for interacting with EVM-compatible blockchain networks.

This module provides functionality to interact with EVM-based blockchains through RPC calls. It implements common operations like getting balances, sending transactions, and querying blockchain state.

Structs§

EvmProvider
Provider implementation for EVM-compatible blockchain networks.

Traits§

EvmProviderTrait
Trait defining the interface for EVM blockchain interactions.