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

Enum CommitmentMessageId

bridge/src/commitments.rs:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)]
22#[serde(into = "String", try_from = "String")]
23pub enum CommitmentMessageId {
24 PegOutTxIdSourceNetwork,
25 PegOutTxIdDestinationNetwork,
26 StartTime,
27 Superblock,
28 SuperblockHash,
29 // name of intermediate value and length of message
30 Groth16IntermediateValues((String, usize)),
31}
32
33const VAL_SEPARATOR: char = '|';
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected