コード例 #1
0
 public RequestQuantumHandler(AuditorContext context)
     : base(context)
 {
 }
コード例 #2
0
 public AuditorBaseQuantumHandler(AuditorContext context)
     : base(context)
 {
 }
コード例 #3
0
 protected AuditorClientsRequestMessageHandler(AuditorContext context)
     : base(context)
 {
 }
コード例 #4
0
 public AuditorStateRequestHandler(AuditorContext context)
     : base(context)
 {
 }
コード例 #5
0
 public AuditorHandeshakeHandler(AuditorContext context)
     : base(context)
 {
 }
コード例 #6
0
 public LedgerQuantumHandler(AuditorContext context)
     : base(context)
 {
 }
コード例 #7
0
 public AlphaStateHandler(AuditorContext context)
     : base(context)
 {
 }
コード例 #8
0
 public QuantaBatchHandler(AuditorContext context)
     : base(context)
 {
 }