tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.46k stars 470 forks source link

Make block() support BlockNumber as a parameter. #704

Closed ababo closed 1 year ago

ababo commented 1 year ago

I think block() should take BlockNumber rather than BlockId.

ababo commented 1 year ago

Sorry, missed the fact that BlockId does contain BlockNumber variant, closing.