beginRedelegate_Pre method

Future<MsgBeginRedelegateResponse> beginRedelegate_Pre(
  1. ServiceCall call,
  2. Future<MsgBeginRedelegate> request
)

Implementation

$async.Future<$1.MsgBeginRedelegateResponse> beginRedelegate_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.MsgBeginRedelegate> request) async {
  return beginRedelegate(call, await request);
}