tomusdrw / rust-web3

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

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

Closed ababo closed 11 months ago

ababo commented 11 months ago

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

ababo commented 11 months ago

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