Package cosmos.staking.v1beta1
Class MsgGrpc.MsgBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<MsgGrpc.MsgBlockingStub>
-
- cosmos.staking.v1beta1.MsgGrpc.MsgBlockingStub
-
- Enclosing class:
- MsgGrpc
public static final class MsgGrpc.MsgBlockingStub extends io.grpc.stub.AbstractBlockingStub<MsgGrpc.MsgBlockingStub>
Msg defines the staking Msg service.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cosmos.staking.v1beta1.Tx.MsgBeginRedelegateResponsebeginRedelegate(cosmos.staking.v1beta1.Tx.MsgBeginRedelegate request)BeginRedelegate defines a method for performing a redelegation of coins from a delegator and source validator to a destination validator.protected MsgGrpc.MsgBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)cosmos.staking.v1beta1.Tx.MsgCreateValidatorResponsecreateValidator(cosmos.staking.v1beta1.Tx.MsgCreateValidator request)CreateValidator defines a method for creating a new validator.cosmos.staking.v1beta1.Tx.MsgDelegateResponsedelegate(cosmos.staking.v1beta1.Tx.MsgDelegate request)Delegate defines a method for performing a delegation of coins from a delegator to a validator.cosmos.staking.v1beta1.Tx.MsgEditValidatorResponseeditValidator(cosmos.staking.v1beta1.Tx.MsgEditValidator request)EditValidator defines a method for editing an existing validator.cosmos.staking.v1beta1.Tx.MsgUndelegateResponseundelegate(cosmos.staking.v1beta1.Tx.MsgUndelegate request)Undelegate defines a method for performing an undelegation from a delegate and a validator.
-
-
-
Method Detail
-
build
protected MsgGrpc.MsgBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MsgGrpc.MsgBlockingStub>
-
createValidator
public cosmos.staking.v1beta1.Tx.MsgCreateValidatorResponse createValidator(cosmos.staking.v1beta1.Tx.MsgCreateValidator request)
CreateValidator defines a method for creating a new validator.
-
editValidator
public cosmos.staking.v1beta1.Tx.MsgEditValidatorResponse editValidator(cosmos.staking.v1beta1.Tx.MsgEditValidator request)
EditValidator defines a method for editing an existing validator.
-
delegate
public cosmos.staking.v1beta1.Tx.MsgDelegateResponse delegate(cosmos.staking.v1beta1.Tx.MsgDelegate request)
Delegate defines a method for performing a delegation of coins from a delegator to a validator.
-
beginRedelegate
public cosmos.staking.v1beta1.Tx.MsgBeginRedelegateResponse beginRedelegate(cosmos.staking.v1beta1.Tx.MsgBeginRedelegate request)
BeginRedelegate defines a method for performing a redelegation of coins from a delegator and source validator to a destination validator.
-
undelegate
public cosmos.staking.v1beta1.Tx.MsgUndelegateResponse undelegate(cosmos.staking.v1beta1.Tx.MsgUndelegate request)
Undelegate defines a method for performing an undelegation from a delegate and a validator.
-
-