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