vote abstract method

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

Implementation

$async.Future<$1.MsgVoteResponse> vote(
    $grpc.ServiceCall call, $1.MsgVote request);