RPC Weight
Eth RPC
Name | Value |
---|---|
eth_getBlockByHash | S |
eth_getBlockByNumber | S |
eth_blockNumber | XS |
eth_getTransactionCount | M |
eth_getTransactionByHash | S |
eth_getTransactionReceipt | S |
eth_getTransactionByBlockHashAndIndex | S |
eth_getTransactionByBlockNumberAndIndex | S |
eth_getBlockTransactionCountByHash | S |
eth_getBlockTransactionCountByNumber | S |
eth_getUncleByBlockNumberAndIndex | S |
eth_getUncleByBlockHashAndIndex | S |
eth_getUncleCountByBlockHash | S |
eth_getUncleCountByBlockNumber | S |
eth_call | M |
eth_getLogs | L |
eth_getStorageAt | S |
eth_getCode | S |
eth_sendRawTransaction | XL |
eth_gasPrice | S |
eth_estimateGas | L |
eth_feeHistory | XS |
eth_maxPriorityFeePerGas | XS |
eth_chainId | XS |
net_version | XS |
eth_getBalance | S |
web3_clientVersion | XS |
Tendermint RPC
Method | Weight |
---|---|
health | XS |
status | XS |
net_info | XS |
blockchain | M |
block_by_hash | S |
block_results | S |
commit | S |
validators | S |
genesis | XS |
dump_consensus_state | L |
consensus_state | S |
consensus_params | S |
unconfirmed_txs | L |
num_unconfirmed_txs | XS |
tx_search | L |
block_search | XL |
broadcast_tx_sync | S |
broadcast_tx_async | S |
broadcast_evidence | S |
check_tx | M |
tx | S |
abci_info | XS |
abci_query | S |
Rest Weight
Tendermind Rest
Path | Weight |
---|---|
health | XS |
status | XS |
net_info | XS |
blockchain | M |
block | S |
block_by_hash | S |
block_results | S |
commit | S |
validators | S |
genesis | XS |
dump_consensus_state | L |
consensus_state | S |
consensus_params | S |
unconfirmed_txs | L |
num_unconfirmed_txs | XS |
tx_search | L |
block_search | XL |
broadcast_tx | S |
check_tx | M |
tx | S |
abci_info | XS |
abci_query | S |