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.gov.v1beta1.Tx.MsgDepositResponse> |
deposit(cosmos.gov.v1beta1.Tx.MsgDeposit request)
Deposit defines a method to add deposit on a specific proposal.
|
com.google.common.util.concurrent.ListenableFuture<cosmos.gov.v1beta1.Tx.MsgSubmitProposalResponse> |
submitProposal(cosmos.gov.v1beta1.Tx.MsgSubmitProposal request)
SubmitProposal defines a method to create new proposal given a content.
|
com.google.common.util.concurrent.ListenableFuture<cosmos.gov.v1beta1.Tx.MsgVoteResponse> |
vote(cosmos.gov.v1beta1.Tx.MsgVote request)
Vote defines a method to add a vote on a specific proposal.
|
com.google.common.util.concurrent.ListenableFuture<cosmos.gov.v1beta1.Tx.MsgVoteWeightedResponse> |
voteWeighted(cosmos.gov.v1beta1.Tx.MsgVoteWeighted request)
VoteWeighted defines a method to add a weighted vote on a specific proposal.
|
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.gov.v1beta1.Tx.MsgSubmitProposalResponse> submitProposal(cosmos.gov.v1beta1.Tx.MsgSubmitProposal request)
SubmitProposal defines a method to create new proposal given a content.
public com.google.common.util.concurrent.ListenableFuture<cosmos.gov.v1beta1.Tx.MsgVoteResponse> vote(cosmos.gov.v1beta1.Tx.MsgVote request)
Vote defines a method to add a vote on a specific proposal.
public com.google.common.util.concurrent.ListenableFuture<cosmos.gov.v1beta1.Tx.MsgVoteWeightedResponse> voteWeighted(cosmos.gov.v1beta1.Tx.MsgVoteWeighted request)
VoteWeighted defines a method to add a weighted vote on a specific proposal. Since: cosmos-sdk 0.43
public com.google.common.util.concurrent.ListenableFuture<cosmos.gov.v1beta1.Tx.MsgDepositResponse> deposit(cosmos.gov.v1beta1.Tx.MsgDeposit request)
Deposit defines a method to add deposit on a specific proposal.