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 market 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 swap​(terra.market.v1beta1.Tx.MsgSwap request, io.grpc.stub.StreamObserver<terra.market.v1beta1.Tx.MsgSwapResponse> responseObserver)
      Swap defines a method for swapping coin from one denom to another denom.
      void swapSend​(terra.market.v1beta1.Tx.MsgSwapSend request, io.grpc.stub.StreamObserver<terra.market.v1beta1.Tx.MsgSwapSendResponse> responseObserver)
      SwapSend defines a method for swapping and sending coin from a account to other account.
      • 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

      • swap

        public void swap​(terra.market.v1beta1.Tx.MsgSwap request,
                         io.grpc.stub.StreamObserver<terra.market.v1beta1.Tx.MsgSwapResponse> responseObserver)
         Swap defines a method for swapping coin from one denom to another
         denom.
         
      • swapSend

        public void swapSend​(terra.market.v1beta1.Tx.MsgSwapSend request,
                             io.grpc.stub.StreamObserver<terra.market.v1beta1.Tx.MsgSwapSendResponse> responseObserver)
         SwapSend defines a method for swapping and sending coin from a account to other
         account.
         
      • bindService

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