public static final class MsgGrpc.MsgBlockingStub extends io.grpc.stub.AbstractBlockingStub<MsgGrpc.MsgBlockingStub>
Msg defines the staking Msg service.
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected MsgGrpc.MsgBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
cosmos.staking.v1beta1.Tx.MsgCreateValidatorResponse |
createValidator(cosmos.staking.v1beta1.Tx.MsgCreateValidator request)
CreateValidator defines a method for creating a new validator.
|
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.
|
cosmos.staking.v1beta1.Tx.MsgEditValidatorResponse |
editValidator(cosmos.staking.v1beta1.Tx.MsgEditValidator request)
EditValidator defines a method for editing an existing validator.
|
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.
|
protected MsgGrpc.MsgBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MsgGrpc.MsgBlockingStub>public cosmos.staking.v1beta1.Tx.MsgCreateValidatorResponse createValidator(cosmos.staking.v1beta1.Tx.MsgCreateValidator request)
CreateValidator defines a method for creating a new validator.
public cosmos.staking.v1beta1.Tx.MsgEditValidatorResponse editValidator(cosmos.staking.v1beta1.Tx.MsgEditValidator request)
EditValidator defines a method for editing an existing validator.
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.
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.
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.