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

Class BlockHeaderCircuitOutput

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

Source from the content-addressed store, hash-verified

362/// The output of the header chain circuit.
363#[derive(Serialize, Deserialize, Eq, PartialEq, Clone, Debug, BorshDeserialize, BorshSerialize)]
364pub struct BlockHeaderCircuitOutput {
365 pub method_id: [u32; 8],
366 pub chain_state: ChainState,
367}
368
369/// The input proof of the header chain circuit.
370/// The proof can be either None (implying the beginning) or a Succinct Risc0 proof.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected