Class MsgGrpc.MsgImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    MsgGrpc

    public abstract static class MsgGrpc.MsgImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Msg defines the evidence Msg service.
     
    • Constructor Summary

      Constructors 
      Constructor Description
      MsgImplBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.grpc.ServerServiceDefinition bindService()  
      void submitEvidence​(cosmos.evidence.v1beta1.Tx.MsgSubmitEvidence request, io.grpc.stub.StreamObserver<cosmos.evidence.v1beta1.Tx.MsgSubmitEvidenceResponse> responseObserver)
      SubmitEvidence submits an arbitrary Evidence of misbehavior such as equivocation or counterfactual signing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MsgImplBase

        public MsgImplBase()
    • Method Detail

      • submitEvidence

        public void submitEvidence​(cosmos.evidence.v1beta1.Tx.MsgSubmitEvidence request,
                                   io.grpc.stub.StreamObserver<cosmos.evidence.v1beta1.Tx.MsgSubmitEvidenceResponse> responseObserver)
         SubmitEvidence submits an arbitrary Evidence of misbehavior such as equivocation or
         counterfactual signing.
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService