Package | Description |
---|---|
org.tron.api | |
org.tron.protos | |
tv.noixion.troncli.grpc | |
tv.noixion.troncli.models |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Protocol.Block> |
WalletGrpc.METHOD_GET_BLOCK_BY_ID
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,Protocol.Block> |
WalletSolidityGrpc.METHOD_GET_BLOCK_BY_NUM
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,Protocol.Block> |
WalletGrpc.METHOD_GET_BLOCK_BY_NUM
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,Protocol.Block> |
DatabaseGrpc.METHOD_GET_BLOCK_BY_NUM
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.Block> |
WalletSolidityGrpc.METHOD_GET_NOW_BLOCK
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.Block> |
WalletGrpc.METHOD_GET_NOW_BLOCK
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.Block> |
DatabaseGrpc.METHOD_GET_NOW_BLOCK
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Protocol.Block |
GrpcAPI.BlockListOrBuilder.getBlock(int index)
repeated .protocol.Block block = 1; |
Protocol.Block |
GrpcAPI.BlockList.getBlock(int index)
repeated .protocol.Block block = 1; |
Protocol.Block |
GrpcAPI.BlockList.Builder.getBlock(int index)
repeated .protocol.Block block = 1; |
Protocol.Block |
WalletGrpc.WalletBlockingStub.getBlockById(GrpcAPI.BytesMessage request) |
Protocol.Block |
WalletSolidityGrpc.WalletSolidityBlockingStub.getBlockByNum(GrpcAPI.NumberMessage request)
Please use GetBlockByNum2 instead of this function.
|
Protocol.Block |
WalletGrpc.WalletBlockingStub.getBlockByNum(GrpcAPI.NumberMessage request)
Please use GetBlockByNum2 instead of this function.
|
Protocol.Block |
DatabaseGrpc.DatabaseBlockingStub.getBlockByNum(GrpcAPI.NumberMessage request) |
Protocol.Block |
WalletSolidityGrpc.WalletSolidityBlockingStub.getNowBlock(GrpcAPI.EmptyMessage request)
Please use GetNowBlock2 instead of this function.
|
Protocol.Block |
WalletGrpc.WalletBlockingStub.getNowBlock(GrpcAPI.EmptyMessage request)
Please use GetNowBlock2 instead of this function.
|
Protocol.Block |
DatabaseGrpc.DatabaseBlockingStub.getNowBlock(GrpcAPI.EmptyMessage request) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Protocol.Block> |
WalletGrpc.WalletFutureStub.getBlockById(GrpcAPI.BytesMessage request) |
com.google.common.util.concurrent.ListenableFuture<Protocol.Block> |
WalletSolidityGrpc.WalletSolidityFutureStub.getBlockByNum(GrpcAPI.NumberMessage request)
Please use GetBlockByNum2 instead of this function.
|
com.google.common.util.concurrent.ListenableFuture<Protocol.Block> |
WalletGrpc.WalletFutureStub.getBlockByNum(GrpcAPI.NumberMessage request)
Please use GetBlockByNum2 instead of this function.
|
com.google.common.util.concurrent.ListenableFuture<Protocol.Block> |
DatabaseGrpc.DatabaseFutureStub.getBlockByNum(GrpcAPI.NumberMessage request) |
List<Protocol.Block> |
GrpcAPI.BlockListOrBuilder.getBlockList()
repeated .protocol.Block block = 1; |
List<Protocol.Block> |
GrpcAPI.BlockList.getBlockList()
repeated .protocol.Block block = 1; |
List<Protocol.Block> |
GrpcAPI.BlockList.Builder.getBlockList()
repeated .protocol.Block block = 1; |
static io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Protocol.Block> |
WalletGrpc.getGetBlockByIdMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,Protocol.Block> |
WalletSolidityGrpc.getGetBlockByNumMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,Protocol.Block> |
WalletGrpc.getGetBlockByNumMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,Protocol.Block> |
DatabaseGrpc.getGetBlockByNumMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.Block> |
WalletSolidityGrpc.getGetNowBlockMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.Block> |
WalletGrpc.getGetNowBlockMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.Block> |
DatabaseGrpc.getGetNowBlockMethod() |
com.google.common.util.concurrent.ListenableFuture<Protocol.Block> |
WalletSolidityGrpc.WalletSolidityFutureStub.getNowBlock(GrpcAPI.EmptyMessage request)
Please use GetNowBlock2 instead of this function.
|
com.google.common.util.concurrent.ListenableFuture<Protocol.Block> |
WalletGrpc.WalletFutureStub.getNowBlock(GrpcAPI.EmptyMessage request)
Please use GetNowBlock2 instead of this function.
|
com.google.common.util.concurrent.ListenableFuture<Protocol.Block> |
DatabaseGrpc.DatabaseFutureStub.getNowBlock(GrpcAPI.EmptyMessage request) |
Modifier and Type | Method and Description |
---|---|
GrpcAPI.BlockList.Builder |
GrpcAPI.BlockList.Builder.addBlock(int index,
Protocol.Block value)
repeated .protocol.Block block = 1; |
GrpcAPI.BlockList.Builder |
GrpcAPI.BlockList.Builder.addBlock(Protocol.Block value)
repeated .protocol.Block block = 1; |
GrpcAPI.BlockList.Builder |
GrpcAPI.BlockList.Builder.setBlock(int index,
Protocol.Block value)
repeated .protocol.Block block = 1; |
Modifier and Type | Method and Description |
---|---|
GrpcAPI.BlockList.Builder |
GrpcAPI.BlockList.Builder.addAllBlock(Iterable<? extends Protocol.Block> values)
repeated .protocol.Block block = 1; |
void |
WalletGrpc.WalletImplBase.getBlockById(GrpcAPI.BytesMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver) |
void |
WalletGrpc.WalletStub.getBlockById(GrpcAPI.BytesMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver) |
void |
WalletSolidityGrpc.WalletSolidityImplBase.getBlockByNum(GrpcAPI.NumberMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver)
Please use GetBlockByNum2 instead of this function.
|
void |
WalletSolidityGrpc.WalletSolidityStub.getBlockByNum(GrpcAPI.NumberMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver)
Please use GetBlockByNum2 instead of this function.
|
void |
WalletGrpc.WalletImplBase.getBlockByNum(GrpcAPI.NumberMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver)
Please use GetBlockByNum2 instead of this function.
|
void |
WalletGrpc.WalletStub.getBlockByNum(GrpcAPI.NumberMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver)
Please use GetBlockByNum2 instead of this function.
|
void |
DatabaseGrpc.DatabaseImplBase.getBlockByNum(GrpcAPI.NumberMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver) |
void |
DatabaseGrpc.DatabaseStub.getBlockByNum(GrpcAPI.NumberMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver) |
void |
WalletSolidityGrpc.WalletSolidityImplBase.getNowBlock(GrpcAPI.EmptyMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver)
Please use GetNowBlock2 instead of this function.
|
void |
WalletSolidityGrpc.WalletSolidityStub.getNowBlock(GrpcAPI.EmptyMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver)
Please use GetNowBlock2 instead of this function.
|
void |
WalletGrpc.WalletImplBase.getNowBlock(GrpcAPI.EmptyMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver)
Please use GetNowBlock2 instead of this function.
|
void |
WalletGrpc.WalletStub.getNowBlock(GrpcAPI.EmptyMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver)
Please use GetNowBlock2 instead of this function.
|
void |
DatabaseGrpc.DatabaseImplBase.getNowBlock(GrpcAPI.EmptyMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver) |
void |
DatabaseGrpc.DatabaseStub.getNowBlock(GrpcAPI.EmptyMessage request,
io.grpc.stub.StreamObserver<Protocol.Block> responseObserver) |
Modifier and Type | Method and Description |
---|---|
Protocol.Block |
Protocol.Block.Builder.build() |
Protocol.Block |
Protocol.Block.Builder.buildPartial() |
Protocol.Block |
Protocol.ItemsOrBuilder.getBlocks(int index)
repeated .protocol.Block blocks = 2; |
Protocol.Block |
Protocol.Items.getBlocks(int index)
repeated .protocol.Block blocks = 2; |
Protocol.Block |
Protocol.Items.Builder.getBlocks(int index)
repeated .protocol.Block blocks = 2; |
static Protocol.Block |
Protocol.Block.getDefaultInstance() |
Protocol.Block |
Protocol.Block.getDefaultInstanceForType() |
Protocol.Block |
Protocol.Block.Builder.getDefaultInstanceForType() |
static Protocol.Block |
Protocol.Block.parseDelimitedFrom(InputStream input) |
static Protocol.Block |
Protocol.Block.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Block |
Protocol.Block.parseFrom(byte[] data) |
static Protocol.Block |
Protocol.Block.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Block |
Protocol.Block.parseFrom(ByteBuffer data) |
static Protocol.Block |
Protocol.Block.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Block |
Protocol.Block.parseFrom(com.google.protobuf.ByteString data) |
static Protocol.Block |
Protocol.Block.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Block |
Protocol.Block.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protocol.Block |
Protocol.Block.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Block |
Protocol.Block.parseFrom(InputStream input) |
static Protocol.Block |
Protocol.Block.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Protocol.Block> |
Protocol.ItemsOrBuilder.getBlocksList()
repeated .protocol.Block blocks = 2; |
List<Protocol.Block> |
Protocol.Items.getBlocksList()
repeated .protocol.Block blocks = 2; |
List<Protocol.Block> |
Protocol.Items.Builder.getBlocksList()
repeated .protocol.Block blocks = 2; |
com.google.protobuf.Parser<Protocol.Block> |
Protocol.Block.getParserForType() |
static com.google.protobuf.Parser<Protocol.Block> |
Protocol.Block.parser() |
Modifier and Type | Method and Description |
---|---|
Protocol.Items.Builder |
Protocol.Items.Builder.addBlocks(int index,
Protocol.Block value)
repeated .protocol.Block blocks = 2; |
Protocol.Items.Builder |
Protocol.Items.Builder.addBlocks(Protocol.Block value)
repeated .protocol.Block blocks = 2; |
Protocol.Block.Builder |
Protocol.Block.Builder.mergeFrom(Protocol.Block other) |
static Protocol.Block.Builder |
Protocol.Block.newBuilder(Protocol.Block prototype) |
Protocol.Items.Builder |
Protocol.Items.Builder.setBlocks(int index,
Protocol.Block value)
repeated .protocol.Block blocks = 2; |
Modifier and Type | Method and Description |
---|---|
Protocol.Items.Builder |
Protocol.Items.Builder.addAllBlocks(Iterable<? extends Protocol.Block> values)
repeated .protocol.Block blocks = 2; |
Modifier and Type | Method and Description |
---|---|
Protocol.Block |
GrpcClient.getBlock(long blockNum) |
Modifier and Type | Method and Description |
---|---|
Optional<Protocol.Block> |
GrpcClient.getBlockById(String blockID) |
Constructor and Description |
---|
TronBlock(HashIdentifier id,
Protocol.Block block) |
Copyright © 2020. All rights reserved.