MCPcopy Create free account
hub / github.com/BitVM/BitVM / HeaderChainCircuitInput

Class HeaderChainCircuitInput

header-chain/src/header_chain.rs:379–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377/// The input of the header chain circuit.
378#[derive(Serialize, Deserialize, Eq, PartialEq, Clone, Debug, BorshDeserialize, BorshSerialize)]
379pub struct HeaderChainCircuitInput {
380 pub method_id: [u32; 8],
381 pub prev_proof: HeaderChainPrevProofType,
382 pub block_headers: Vec<CircuitBlockHeader>,
383}
384
385#[cfg(test)]
386mod tests {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected