Package terra.market.v1beta1
Class MsgGrpc.MsgStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<MsgGrpc.MsgStub>
-
- terra.market.v1beta1.MsgGrpc.MsgStub
-
- Enclosing class:
- MsgGrpc
public static final class MsgGrpc.MsgStub extends io.grpc.stub.AbstractAsyncStub<MsgGrpc.MsgStub>
Msg defines the market Msg service.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MsgGrpc.MsgStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)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
-
build
protected MsgGrpc.MsgStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MsgGrpc.MsgStub>
-
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.
-
-