Package | Description |
---|---|
org.tron.api | |
tv.noixion.troncli.grpc |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,GrpcAPI.BlockList> |
WalletGrpc.METHOD_GET_BLOCK_BY_LATEST_NUM
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.BlockLimit,GrpcAPI.BlockList> |
WalletGrpc.METHOD_GET_BLOCK_BY_LIMIT_NEXT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GrpcAPI.BlockList |
GrpcAPI.BlockList.Builder.build() |
GrpcAPI.BlockList |
GrpcAPI.BlockList.Builder.buildPartial() |
GrpcAPI.BlockList |
WalletGrpc.WalletBlockingStub.getBlockByLatestNum(GrpcAPI.NumberMessage request)
Please use GetBlockByLatestNum2 instead of this function.
|
GrpcAPI.BlockList |
WalletGrpc.WalletBlockingStub.getBlockByLimitNext(GrpcAPI.BlockLimit request)
Please use GetBlockByLimitNext2 instead of this function.
|
static GrpcAPI.BlockList |
GrpcAPI.BlockList.getDefaultInstance() |
GrpcAPI.BlockList |
GrpcAPI.BlockList.getDefaultInstanceForType() |
GrpcAPI.BlockList |
GrpcAPI.BlockList.Builder.getDefaultInstanceForType() |
static GrpcAPI.BlockList |
GrpcAPI.BlockList.parseDelimitedFrom(InputStream input) |
static GrpcAPI.BlockList |
GrpcAPI.BlockList.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.BlockList |
GrpcAPI.BlockList.parseFrom(byte[] data) |
static GrpcAPI.BlockList |
GrpcAPI.BlockList.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.BlockList |
GrpcAPI.BlockList.parseFrom(ByteBuffer data) |
static GrpcAPI.BlockList |
GrpcAPI.BlockList.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.BlockList |
GrpcAPI.BlockList.parseFrom(com.google.protobuf.ByteString data) |
static GrpcAPI.BlockList |
GrpcAPI.BlockList.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.BlockList |
GrpcAPI.BlockList.parseFrom(com.google.protobuf.CodedInputStream input) |
static GrpcAPI.BlockList |
GrpcAPI.BlockList.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.BlockList |
GrpcAPI.BlockList.parseFrom(InputStream input) |
static GrpcAPI.BlockList |
GrpcAPI.BlockList.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.BlockList> |
WalletGrpc.WalletFutureStub.getBlockByLatestNum(GrpcAPI.NumberMessage request)
Please use GetBlockByLatestNum2 instead of this function.
|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.BlockList> |
WalletGrpc.WalletFutureStub.getBlockByLimitNext(GrpcAPI.BlockLimit request)
Please use GetBlockByLimitNext2 instead of this function.
|
static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,GrpcAPI.BlockList> |
WalletGrpc.getGetBlockByLatestNumMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.BlockLimit,GrpcAPI.BlockList> |
WalletGrpc.getGetBlockByLimitNextMethod() |
com.google.protobuf.Parser<GrpcAPI.BlockList> |
GrpcAPI.BlockList.getParserForType() |
static com.google.protobuf.Parser<GrpcAPI.BlockList> |
GrpcAPI.BlockList.parser() |
Modifier and Type | Method and Description |
---|---|
GrpcAPI.BlockList.Builder |
GrpcAPI.BlockList.Builder.mergeFrom(GrpcAPI.BlockList other) |
static GrpcAPI.BlockList.Builder |
GrpcAPI.BlockList.newBuilder(GrpcAPI.BlockList prototype) |
Modifier and Type | Method and Description |
---|---|
void |
WalletGrpc.WalletImplBase.getBlockByLatestNum(GrpcAPI.NumberMessage request,
io.grpc.stub.StreamObserver<GrpcAPI.BlockList> responseObserver)
Please use GetBlockByLatestNum2 instead of this function.
|
void |
WalletGrpc.WalletStub.getBlockByLatestNum(GrpcAPI.NumberMessage request,
io.grpc.stub.StreamObserver<GrpcAPI.BlockList> responseObserver)
Please use GetBlockByLatestNum2 instead of this function.
|
void |
WalletGrpc.WalletImplBase.getBlockByLimitNext(GrpcAPI.BlockLimit request,
io.grpc.stub.StreamObserver<GrpcAPI.BlockList> responseObserver)
Please use GetBlockByLimitNext2 instead of this function.
|
void |
WalletGrpc.WalletStub.getBlockByLimitNext(GrpcAPI.BlockLimit request,
io.grpc.stub.StreamObserver<GrpcAPI.BlockList> responseObserver)
Please use GetBlockByLimitNext2 instead of this function.
|
Modifier and Type | Method and Description |
---|---|
Optional<GrpcAPI.BlockList> |
GrpcClient.getBlockByLatestNum(long num) |
Optional<GrpcAPI.BlockList> |
GrpcClient.getBlockByLimitNext(long start,
long end) |
Copyright © 2020. All rights reserved.