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