Package cosmos.staking.v1beta1
Class MsgGrpc.MsgFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<MsgGrpc.MsgFutureStub>
-
- cosmos.staking.v1beta1.MsgGrpc.MsgFutureStub
-
- Enclosing class:
- MsgGrpc
public static final class MsgGrpc.MsgFutureStub extends io.grpc.stub.AbstractFutureStub<MsgGrpc.MsgFutureStub>
Msg defines the staking Msg service.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.MsgFutureStubbuild(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.
-
-
-
Method Detail
-
build
protected MsgGrpc.MsgFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MsgGrpc.MsgFutureStub>
-
createValidator
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.
-
editValidator
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.
-
delegate
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.
-
beginRedelegate
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.
-
undelegate
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.
-
-