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

Enum ClientError

bridge/src/error.rs:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#[derive(Debug)]
8pub enum ClientError {
9 NoUserContextDefined,
10 OperatorContextNotDefined,
11 ZkProofVerifyingKeyNotDefined,
12 PegInGraphNotFound(GraphId),
13 PegOutGraphNotFound(GraphId),
14}
15
16#[derive(Debug)]
17pub struct NamedTx {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected