MCPcopy Create free account
hub / github.com/dexloom/loom / BlockStateUpdate

Class BlockStateUpdate

crates/types/events/src/node.rs:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#[derive(Clone, Debug)]
19pub struct BlockStateUpdate<LDT: LoomDataTypes = LoomDataTypesEthereum> {
20 pub block_header: LDT::Header,
21 pub state_update: GethStateUpdateVec,
22}
23
24#[derive(Clone, Debug)]
25pub struct BlockLogs<LDT: LoomDataTypes = LoomDataTypesEthereum> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected