MsgServiceBase class abstract
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
deposit(
ServiceCall call, MsgDeposit request) → Future< MsgDepositResponse> -
deposit_Pre(
ServiceCall call, Future< MsgDeposit> request) → Future<MsgDepositResponse> -
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
-
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