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.gov.v1beta1.Tx.MsgDepositResponse |
deposit(cosmos.gov.v1beta1.Tx.MsgDeposit request)
Deposit defines a method to add deposit on a specific proposal.
|
cosmos.gov.v1beta1.Tx.MsgSubmitProposalResponse |
submitProposal(cosmos.gov.v1beta1.Tx.MsgSubmitProposal request)
SubmitProposal defines a method to create new proposal given a content.
|
cosmos.gov.v1beta1.Tx.MsgVoteResponse |
vote(cosmos.gov.v1beta1.Tx.MsgVote request)
Vote defines a method to add a vote on a specific proposal.
|
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.MsgBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MsgGrpc.MsgBlockingStub>public cosmos.gov.v1beta1.Tx.MsgSubmitProposalResponse submitProposal(cosmos.gov.v1beta1.Tx.MsgSubmitProposal request)
SubmitProposal defines a method to create new proposal given a content.
public 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 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 cosmos.gov.v1beta1.Tx.MsgDepositResponse deposit(cosmos.gov.v1beta1.Tx.MsgDeposit request)
Deposit defines a method to add deposit on a specific proposal.