public abstract static class MsgGrpc.MsgImplBase
extends java.lang.Object
implements io.grpc.BindableService
Msg defines the slashing Msg service.
| Constructor and Description |
|---|
MsgImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
unjail(cosmos.slashing.v1beta1.Tx.MsgUnjail request,
io.grpc.stub.StreamObserver<cosmos.slashing.v1beta1.Tx.MsgUnjailResponse> responseObserver)
Unjail defines a method for unjailing a jailed validator, thus returning
them into the bonded validator set, so they can begin receiving provisions
and rewards again.
|
public void unjail(cosmos.slashing.v1beta1.Tx.MsgUnjail request,
io.grpc.stub.StreamObserver<cosmos.slashing.v1beta1.Tx.MsgUnjailResponse> responseObserver)
Unjail defines a method for unjailing a jailed validator, thus returning them into the bonded validator set, so they can begin receiving provisions and rewards again.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService