public abstract static class MsgGrpc.MsgImplBase
extends java.lang.Object
implements io.grpc.BindableService
Msg defines the bank Msg service.
| Constructor and Description |
|---|
MsgImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
multiSend(cosmos.bank.v1beta1.Tx.MsgMultiSend request,
io.grpc.stub.StreamObserver<cosmos.bank.v1beta1.Tx.MsgMultiSendResponse> responseObserver)
MultiSend defines a method for sending coins from some accounts to other accounts.
|
void |
send(cosmos.bank.v1beta1.Tx.MsgSend request,
io.grpc.stub.StreamObserver<cosmos.bank.v1beta1.Tx.MsgSendResponse> responseObserver)
Send defines a method for sending coins from one account to another account.
|
public void send(cosmos.bank.v1beta1.Tx.MsgSend request,
io.grpc.stub.StreamObserver<cosmos.bank.v1beta1.Tx.MsgSendResponse> responseObserver)
Send defines a method for sending coins from one account to another account.
public void multiSend(cosmos.bank.v1beta1.Tx.MsgMultiSend request,
io.grpc.stub.StreamObserver<cosmos.bank.v1beta1.Tx.MsgMultiSendResponse> responseObserver)
MultiSend defines a method for sending coins from some accounts to other accounts.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService