| 17 | |
| 18 | #[derive(Clone, Debug)] |
| 19 | pub struct BlockStateUpdate<LDT: LoomDataTypes = LoomDataTypesEthereum> { |
| 20 | pub block_header: LDT::Header, |
| 21 | pub state_update: GethStateUpdateVec, |
| 22 | } |
| 23 | |
| 24 | #[derive(Clone, Debug)] |
| 25 | pub struct BlockLogs<LDT: LoomDataTypes = LoomDataTypesEthereum> { |
nothing calls this directly
no outgoing calls
no test coverage detected