| 6 | |
| 7 | #[derive(Debug)] |
| 8 | pub enum ClientError { |
| 9 | NoUserContextDefined, |
| 10 | OperatorContextNotDefined, |
| 11 | ZkProofVerifyingKeyNotDefined, |
| 12 | PegInGraphNotFound(GraphId), |
| 13 | PegOutGraphNotFound(GraphId), |
| 14 | } |
| 15 | |
| 16 | #[derive(Debug)] |
| 17 | pub struct NamedTx { |
nothing calls this directly
no outgoing calls
no test coverage detected