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 ibc/transfer 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 transfer​(ibc.applications.transfer.v1.Tx.MsgTransfer request, io.grpc.stub.StreamObserver<ibc.applications.transfer.v1.Tx.MsgTransferResponse> responseObserver)
      Transfer defines a rpc handler method for MsgTransfer.
      • 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

      • transfer

        public void transfer​(ibc.applications.transfer.v1.Tx.MsgTransfer request,
                             io.grpc.stub.StreamObserver<ibc.applications.transfer.v1.Tx.MsgTransferResponse> responseObserver)
         Transfer defines a rpc handler method for MsgTransfer.
         
      • bindService

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