Closed eshaan7 closed 6 days ago
Related: #1681.
Right now cannot call get_block_transaction_count_by_number JSON-RPC method without using raw_request which is not ideal.
get_block_transaction_count_by_number
raw_request
Adds a new get_block_transaction_count_by_number method to Provider trait.
Provider
Related: #1681.
Motivation
Right now cannot call
get_block_transaction_count_by_number
JSON-RPC method without usingraw_request
which is not ideal.Solution
Adds a new
get_block_transaction_count_by_number
method toProvider
trait.PR Checklist