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