MCPcopy Create free account
hub / github.com/SeismicSystems/summit / CheckpointRes

Class CheckpointRes

types/src/rpc.rs:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37#[derive(Debug, Serialize, Deserialize, Clone)]
38pub struct CheckpointRes {
39 pub digest: [u8; 32],
40 pub epoch: u64,
41 pub checkpoint: Vec<u8>,
42 pub last_block: Vec<u8>,
43 pub finalized_header: Vec<u8>,
44}
45
46#[derive(Debug, Serialize, Deserialize, Clone)]
47pub struct CheckpointInfoRes {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected