gRPC | injective.evm.v1.Query/Account | Ethereum 계정 가져오기 |
gRPC | injective.evm.v1.Query/CosmosAccount | Ethereum 계정의 Cosmos 주소 가져오기 |
gRPC | injective.evm.v1.Query/ValidatorAccount | validator consensus 주소에서 Ethereum 계정 가져오기 |
gRPC | injective.evm.v1.Query/Balance | 단일 EthAccount의 EVM denomination 잔액 가져오기 |
gRPC | injective.evm.v1.Query/Storage | 단일 계정의 모든 코인 잔액 가져오기 |
gRPC | injective.evm.v1.Query/Code | 단일 계정의 모든 코인 잔액 가져오기 |
gRPC | injective.evm.v1.Query/Params | x/evm 모듈의 매개변수 가져오기 |
gRPC | injective.evm.v1.Query/EthCall | eth_call rpc api 구현 |
gRPC | injective.evm.v1.Query/EstimateGas | eth_estimateGas rpc api 구현 |
gRPC | injective.evm.v1.Query/TraceTx | debug_traceTransaction rpc api 구현 |
gRPC | injective.evm.v1.Query/TraceBlock | debug_traceBlockByNumber 및 debug_traceBlockByHash rpc api 구현 |
GET | /injective/evm/v1/account/{address} | Ethereum 계정 가져오기 |
GET | /injective/evm/v1/cosmos_account/{address} | Ethereum 계정의 Cosmos 주소 가져오기 |
GET | /injective/evm/v1/validator_account/{cons_address} | validator consensus 주소에서 Ethereum 계정 가져오기 |
GET | /injective/evm/v1/balances/{address} | 단일 EthAccount의 EVM denomination 잔액 가져오기 |
GET | /injective/evm/v1/storage/{address}/{key} | 단일 계정의 모든 코인 잔액 가져오기 |
GET | /injective/evm/v1/codes/{address} | 단일 계정의 모든 코인 잔액 가져오기 |
GET | /injective/evm/v1/params | x/evm 모듈의 매개변수 가져오기 |
GET | /injective/evm/v1/eth_call | eth_call rpc api 구현 |
GET | /injective/evm/v1/estimate_gas | eth_estimateGas rpc api 구현 |
GET | /injective/evm/v1/trace_tx | debug_traceTransaction rpc api 구현 |
GET | /injective/evm/v1/trace_block | debug_traceBlockByNumber 및 debug_traceBlockByHash rpc api 구현 |