Beispiel #1
0
 public override void GetOfferFeeEstimation(IRpcController controller, GetOfferFeeEstimationRequest request, Action<GetFeeEstimationResponse> done)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public override void GetOfferFeeEstimation(IRpcController controller, GetOfferFeeEstimationRequest request, Action <GetFeeEstimationResponse> done)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public override void GetOfferFeeEstimation(IRpcController controller, GetOfferFeeEstimationRequest request, Action<GetFeeEstimationResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
Beispiel #4
0
 public override void GetOfferFeeEstimation(IRpcController controller, GetOfferFeeEstimationRequest request, Action <GetFeeEstimationResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }