Package terra.market.v1beta1
Class MsgGrpc.MsgImplBase
- java.lang.Object
-
- terra.market.v1beta1.MsgGrpc.MsgImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- MsgGrpc
public abstract static class MsgGrpc.MsgImplBase extends java.lang.Object implements io.grpc.BindableServiceMsg 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.ServerServiceDefinitionbindService()voidswap(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.voidswapSend(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.
-
-
-
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:
bindServicein interfaceio.grpc.BindableService
-
-