Package cosmos.bank.v1beta1
Class MsgGrpc.MsgImplBase
- java.lang.Object
-
- cosmos.bank.v1beta1.MsgGrpc.MsgImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- MsgGrpc
public abstract static class MsgGrpc.MsgImplBase extends java.lang.Object implements io.grpc.BindableServiceMsg defines the bank Msg service.
-
-
Constructor Summary
Constructors Constructor Description MsgImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmultiSend(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.voidsend(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.
-
-
-
Method Detail
-
send
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.
-
multiSend
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.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-