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