public abstract static class MsgGrpc.MsgImplBase
extends java.lang.Object
implements io.grpc.BindableService
Msg defines the market Msg service.
| Constructor and Description |
|---|
MsgImplBase() |
| Modifier and Type | Method and 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.
|
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.
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.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService