public static final class MsgGrpc.MsgFutureStub extends io.grpc.stub.AbstractFutureStub<MsgGrpc.MsgFutureStub>
Msg defines the bank Msg service.
| Modifier and Type | Method and Description |
|---|---|
protected MsgGrpc.MsgFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<cosmos.bank.v1beta1.Tx.MsgMultiSendResponse> |
multiSend(cosmos.bank.v1beta1.Tx.MsgMultiSend request)
MultiSend defines a method for sending coins from some accounts to other accounts.
|
com.google.common.util.concurrent.ListenableFuture<cosmos.bank.v1beta1.Tx.MsgSendResponse> |
send(cosmos.bank.v1beta1.Tx.MsgSend request)
Send defines a method for sending coins from one account to another account.
|
protected MsgGrpc.MsgFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MsgGrpc.MsgFutureStub>public com.google.common.util.concurrent.ListenableFuture<cosmos.bank.v1beta1.Tx.MsgSendResponse> send(cosmos.bank.v1beta1.Tx.MsgSend request)
Send defines a method for sending coins from one account to another account.
public com.google.common.util.concurrent.ListenableFuture<cosmos.bank.v1beta1.Tx.MsgMultiSendResponse> multiSend(cosmos.bank.v1beta1.Tx.MsgMultiSend request)
MultiSend defines a method for sending coins from some accounts to other accounts.