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