public static final class MsgGrpc.MsgStub extends io.grpc.stub.AbstractAsyncStub<MsgGrpc.MsgStub>
Msg defines the market Msg service.
| Modifier and Type | Method and Description |
|---|---|
protected MsgGrpc.MsgStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.
|
protected MsgGrpc.MsgStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MsgGrpc.MsgStub>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.