public RequestQuantumHandler(AuditorContext context)
     : base(context)
 {
 }
 public AuditorBaseQuantumHandler(AuditorContext context)
     : base(context)
 {
 }
Example #3
0
 protected AuditorClientsRequestMessageHandler(AuditorContext context)
     : base(context)
 {
 }
Example #4
0
 public AuditorStateRequestHandler(AuditorContext context)
     : base(context)
 {
 }
Example #5
0
 public AuditorHandeshakeHandler(AuditorContext context)
     : base(context)
 {
 }
Example #6
0
 public LedgerQuantumHandler(AuditorContext context)
     : base(context)
 {
 }
 public AlphaStateHandler(AuditorContext context)
     : base(context)
 {
 }
Example #8
0
 public QuantaBatchHandler(AuditorContext context)
     : base(context)
 {
 }