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

Enum CompressedStateObject

bitvm/src/chunk/elements.rs:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111/// For the input groth16 proof, the type is always BigInt.
112#[derive(Debug, Clone, PartialEq, Eq)]
113pub enum CompressedStateObject {
114 Hash(HashBytes),
115 U256(ark_ff::BigInt<4>),
116}
117
118impl CompressedStateObject {
119 // helper function to represent State as hint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected