vote_Pre method

Future<MsgVoteResponse> vote_Pre(
  1. ServiceCall call,
  2. Future<MsgVote> request
)

Implementation

$async.Future<$29.MsgVoteResponse> vote_Pre($grpc.ServiceCall call, $async.Future<$29.MsgVote> request) async {
  return vote(call, await request);
}