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

Enum GraphError

bridge/src/error.rs:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33#[derive(Debug)]
34pub enum GraphError {
35 PrecedingTxNotCreated(&'static str),
36 PrecedingTxNotConfirmed(Vec<NamedTx>),
37 PrecedingTxTimelockNotMet(NamedTx),
38 WitnessNotGenerated(CommitmentMessageId),
39}
40
41#[derive(Debug)]
42pub enum TransactionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected