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