voteWeighted_Pre method

Future<MsgVoteWeightedResponse> voteWeighted_Pre(
  1. ServiceCall call,
  2. Future<MsgVoteWeighted> request
)

Implementation

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