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 staking Msg service.
     
    • Constructor Summary

      Constructors 
      Constructor Description
      MsgImplBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beginRedelegate​(cosmos.staking.v1beta1.Tx.MsgBeginRedelegate request, io.grpc.stub.StreamObserver<cosmos.staking.v1beta1.Tx.MsgBeginRedelegateResponse> responseObserver)
      BeginRedelegate defines a method for performing a redelegation of coins from a delegator and source validator to a destination validator.
      io.grpc.ServerServiceDefinition bindService()  
      void createValidator​(cosmos.staking.v1beta1.Tx.MsgCreateValidator request, io.grpc.stub.StreamObserver<cosmos.staking.v1beta1.Tx.MsgCreateValidatorResponse> responseObserver)
      CreateValidator defines a method for creating a new validator.
      void delegate​(cosmos.staking.v1beta1.Tx.MsgDelegate request, io.grpc.stub.StreamObserver<cosmos.staking.v1beta1.Tx.MsgDelegateResponse> responseObserver)
      Delegate defines a method for performing a delegation of coins from a delegator to a validator.
      void editValidator​(cosmos.staking.v1beta1.Tx.MsgEditValidator request, io.grpc.stub.StreamObserver<cosmos.staking.v1beta1.Tx.MsgEditValidatorResponse> responseObserver)
      EditValidator defines a method for editing an existing validator.
      void undelegate​(cosmos.staking.v1beta1.Tx.MsgUndelegate request, io.grpc.stub.StreamObserver<cosmos.staking.v1beta1.Tx.MsgUndelegateResponse> responseObserver)
      Undelegate defines a method for performing an undelegation from a delegate and a validator.
      • 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

      • createValidator

        public void createValidator​(cosmos.staking.v1beta1.Tx.MsgCreateValidator request,
                                    io.grpc.stub.StreamObserver<cosmos.staking.v1beta1.Tx.MsgCreateValidatorResponse> responseObserver)
         CreateValidator defines a method for creating a new validator.
         
      • editValidator

        public void editValidator​(cosmos.staking.v1beta1.Tx.MsgEditValidator request,
                                  io.grpc.stub.StreamObserver<cosmos.staking.v1beta1.Tx.MsgEditValidatorResponse> responseObserver)
         EditValidator defines a method for editing an existing validator.
         
      • delegate

        public void delegate​(cosmos.staking.v1beta1.Tx.MsgDelegate request,
                             io.grpc.stub.StreamObserver<cosmos.staking.v1beta1.Tx.MsgDelegateResponse> responseObserver)
         Delegate defines a method for performing a delegation of coins
         from a delegator to a validator.
         
      • beginRedelegate

        public void beginRedelegate​(cosmos.staking.v1beta1.Tx.MsgBeginRedelegate request,
                                    io.grpc.stub.StreamObserver<cosmos.staking.v1beta1.Tx.MsgBeginRedelegateResponse> responseObserver)
         BeginRedelegate defines a method for performing a redelegation
         of coins from a delegator and source validator to a destination validator.
         
      • undelegate

        public void undelegate​(cosmos.staking.v1beta1.Tx.MsgUndelegate request,
                               io.grpc.stub.StreamObserver<cosmos.staking.v1beta1.Tx.MsgUndelegateResponse> responseObserver)
         Undelegate defines a method for performing an undelegation from a
         delegate and a validator.
         
      • bindService

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