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