gRPC | injective.evm.v1.Query/Account | Get an Ethereum account |
gRPC | injective.evm.v1.Query/CosmosAccount | Get an Ethereum account’s Cosmos Address |
gRPC | injective.evm.v1.Query/ValidatorAccount | Get an Ethereum account’s from a validator consensus Address |
gRPC | injective.evm.v1.Query/Balance | Get the balance of a the EVM denomination for a single EthAccount. |
gRPC | injective.evm.v1.Query/Storage | Get the balance of all coins for a single account |
gRPC | injective.evm.v1.Query/Code | Get the balance of all coins for a single account |
gRPC | injective.evm.v1.Query/Params | Get the parameters of x/evm module |
gRPC | injective.evm.v1.Query/EthCall | Implements the eth_call rpc api |
gRPC | injective.evm.v1.Query/EstimateGas | Implements the eth_estimateGas rpc api |
gRPC | injective.evm.v1.Query/TraceTx | Implements the debug_traceTransaction rpc api |
gRPC | injective.evm.v1.Query/TraceBlock | Implements the debug_traceBlockByNumber and debug_traceBlockByHash rpc api |
GET | /injective/evm/v1/account/{address} | Get an Ethereum account |
GET | /injective/evm/v1/cosmos_account/{address} | Get an Ethereum account’s Cosmos Address |
GET | /injective/evm/v1/validator_account/{cons_address} | Get an Ethereum account’s from a validator consensus Address |
GET | /injective/evm/v1/balances/{address} | Get the balance of a the EVM denomination for a single EthAccount. |
GET | /injective/evm/v1/storage/{address}/{key} | Get the balance of all coins for a single account |
GET | /injective/evm/v1/codes/{address} | Get the balance of all coins for a single account |
GET | /injective/evm/v1/params | Get the parameters of x/evm module |
GET | /injective/evm/v1/eth_call | Implements the eth_call rpc api |
GET | /injective/evm/v1/estimate_gas | Implements the eth_estimateGas rpc api |
GET | /injective/evm/v1/trace_tx | Implements the debug_traceTransaction rpc api |
GET | /injective/evm/v1/trace_block | Implements the debug_traceBlockByNumber and debug_traceBlockByHash rpc api |