undelegate method

ResponseFuture<MsgUndelegateResponse> undelegate(
  1. MsgUndelegate request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.MsgUndelegateResponse> undelegate(
    $1.MsgUndelegate request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$undelegate, request, options: options);
}