(&self)
| 143 | { |
| 144 | #[inline(always)] |
| 145 | fn root(&self) -> &RootProvider<Ethereum> { |
| 146 | self._anvil.root() |
| 147 | } |
| 148 | |
| 149 | #[allow(clippy::type_complexity)] |
| 150 | fn get_block_number(&self) -> ProviderCall<NoParams, U64, BlockNumber> { |
no outgoing calls
no test coverage detected