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 slashing 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 unjail​(cosmos.slashing.v1beta1.Tx.MsgUnjail request, io.grpc.stub.StreamObserver<cosmos.slashing.v1beta1.Tx.MsgUnjailResponse> responseObserver)
      Unjail defines a method for unjailing a jailed validator, thus returning them into the bonded validator set, so they can begin receiving provisions and rewards again.
      • 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

      • unjail

        public void unjail​(cosmos.slashing.v1beta1.Tx.MsgUnjail request,
                           io.grpc.stub.StreamObserver<cosmos.slashing.v1beta1.Tx.MsgUnjailResponse> responseObserver)
         Unjail defines a method for unjailing a jailed validator, thus returning
         them into the bonded validator set, so they can begin receiving provisions
         and rewards again.
         
      • bindService

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