Package cosmos.slashing.v1beta1
Class MsgGrpc.MsgStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<MsgGrpc.MsgStub>
-
- cosmos.slashing.v1beta1.MsgGrpc.MsgStub
-
- Enclosing class:
- MsgGrpc
public static final class MsgGrpc.MsgStub extends io.grpc.stub.AbstractAsyncStub<MsgGrpc.MsgStub>
Msg defines the slashing Msg service.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MsgGrpc.MsgStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidunjail(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.
-
-
-
Method Detail
-
build
protected MsgGrpc.MsgStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MsgGrpc.MsgStub>
-
unjail
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.
-
-