verifyInvariant method

ResponseFuture<MsgVerifyInvariantResponse> verifyInvariant(
  1. MsgVerifyInvariant request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.MsgVerifyInvariantResponse> verifyInvariant(
    $0.MsgVerifyInvariant request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$verifyInvariant, request, options: options);
}