MsgServiceBase class abstract

Annotations
  • @GrpcServiceName('cosmos.gov.v1.Msg')

Constructors

MsgServiceBase.new()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
cancelProposal(ServiceCall call, MsgCancelProposal request) Future<MsgCancelProposalResponse>
cancelProposal_Pre(ServiceCall call, Future<MsgCancelProposal> request) Future<MsgCancelProposalResponse>
deposit(ServiceCall call, MsgDeposit request) Future<MsgDepositResponse>
deposit_Pre(ServiceCall call, Future<MsgDeposit> request) Future<MsgDepositResponse>
execLegacyContent(ServiceCall call, MsgExecLegacyContent request) Future<MsgExecLegacyContentResponse>
execLegacyContent_Pre(ServiceCall call, Future<MsgExecLegacyContent> request) Future<MsgExecLegacyContentResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitProposal(ServiceCall call, MsgSubmitProposal request) Future<MsgSubmitProposalResponse>
submitProposal_Pre(ServiceCall call, Future<MsgSubmitProposal> request) Future<MsgSubmitProposalResponse>
toString() String
A string representation of this object.
inherited
updateParams(ServiceCall call, MsgUpdateParams request) Future<MsgUpdateParamsResponse>
updateParams_Pre(ServiceCall call, Future<MsgUpdateParams> request) Future<MsgUpdateParamsResponse>
vote(ServiceCall call, MsgVote request) Future<MsgVoteResponse>
vote_Pre(ServiceCall call, Future<MsgVote> request) Future<MsgVoteResponse>
voteWeighted(ServiceCall call, MsgVoteWeighted request) Future<MsgVoteWeightedResponse>
voteWeighted_Pre(ServiceCall call, Future<MsgVoteWeighted> request) Future<MsgVoteWeightedResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited