voteWeighted_Pre method
Future<MsgVoteWeightedResponse>
voteWeighted_Pre(
- ServiceCall call,
- Future<
MsgVoteWeighted> request
Implementation
$async.Future<$1.MsgVoteWeightedResponse> voteWeighted_Pre(
$grpc.ServiceCall call, $async.Future<$1.MsgVoteWeighted> request) async {
return voteWeighted(call, await request);
}