beginRedelegate method

ResponseFuture<MsgBeginRedelegateResponse> beginRedelegate(
  1. MsgBeginRedelegate request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$40.MsgBeginRedelegateResponse> beginRedelegate($40.MsgBeginRedelegate request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$beginRedelegate, request, options: options);
}