voteWeighted method

ResponseFuture<MsgVoteWeightedResponse> voteWeighted(
  1. MsgVoteWeighted request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.MsgVoteWeightedResponse> voteWeighted(
    $1.MsgVoteWeighted request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$voteWeighted, request, options: options);
}