MsgServiceBase constructor

MsgServiceBase()

Implementation

MsgServiceBase() {
  $addMethod(
      $grpc.ServiceMethod<$1.MsgSubmitEvidence, $1.MsgSubmitEvidenceResponse>(
          'SubmitEvidence',
          submitEvidence_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $1.MsgSubmitEvidence.fromBuffer(value),
          ($1.MsgSubmitEvidenceResponse value) => value.writeToBuffer()));
}