public static final class StateGrpc.StateFutureStub extends io.grpc.stub.AbstractFutureStub<StateGrpc.StateFutureStub>
State service is a always running service that exposes the current state of the wallet and RPC server.
| Modifier and Type | Method and Description |
|---|---|
protected StateGrpc.StateFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Stateservice.GetStateResponse> |
getState(Stateservice.GetStateRequest request)
GetState returns the current wallet state without streaming further
changes.
|
protected StateGrpc.StateFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<StateGrpc.StateFutureStub>public com.google.common.util.concurrent.ListenableFuture<Stateservice.GetStateResponse> getState(Stateservice.GetStateRequest request)
GetState returns the current wallet state without streaming further changes.