Package | Description |
---|---|
org.tron.api |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<GrpcAPI.AccountPaginated,GrpcAPI.TransactionList> |
WalletExtensionGrpc.METHOD_GET_TRANSACTIONS_FROM_THIS
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.AccountPaginated,GrpcAPI.TransactionListExtention> |
WalletExtensionGrpc.METHOD_GET_TRANSACTIONS_FROM_THIS2
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.AccountPaginated,GrpcAPI.TransactionList> |
WalletExtensionGrpc.METHOD_GET_TRANSACTIONS_TO_THIS
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.AccountPaginated,GrpcAPI.TransactionListExtention> |
WalletExtensionGrpc.METHOD_GET_TRANSACTIONS_TO_THIS2
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.Builder.build() |
GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.Builder.buildPartial() |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.getDefaultInstance() |
GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.getDefaultInstanceForType() |
GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.Builder.getDefaultInstanceForType() |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.parseDelimitedFrom(InputStream input) |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.parseFrom(byte[] data) |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.parseFrom(ByteBuffer data) |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.parseFrom(com.google.protobuf.ByteString data) |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.parseFrom(com.google.protobuf.CodedInputStream input) |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.parseFrom(InputStream input) |
static GrpcAPI.AccountPaginated |
GrpcAPI.AccountPaginated.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GrpcAPI.AccountPaginated,GrpcAPI.TransactionListExtention> |
WalletExtensionGrpc.getGetTransactionsFromThis2Method() |
static io.grpc.MethodDescriptor<GrpcAPI.AccountPaginated,GrpcAPI.TransactionList> |
WalletExtensionGrpc.getGetTransactionsFromThisMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.AccountPaginated,GrpcAPI.TransactionListExtention> |
WalletExtensionGrpc.getGetTransactionsToThis2Method() |
static io.grpc.MethodDescriptor<GrpcAPI.AccountPaginated,GrpcAPI.TransactionList> |
WalletExtensionGrpc.getGetTransactionsToThisMethod() |
com.google.protobuf.Parser<GrpcAPI.AccountPaginated> |
GrpcAPI.AccountPaginated.getParserForType() |
static com.google.protobuf.Parser<GrpcAPI.AccountPaginated> |
GrpcAPI.AccountPaginated.parser() |
Modifier and Type | Method and Description |
---|---|
GrpcAPI.TransactionList |
WalletExtensionGrpc.WalletExtensionBlockingStub.getTransactionsFromThis(GrpcAPI.AccountPaginated request)
Please use GetTransactionsFromThis2 instead of this function.
|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.TransactionList> |
WalletExtensionGrpc.WalletExtensionFutureStub.getTransactionsFromThis(GrpcAPI.AccountPaginated request)
Please use GetTransactionsFromThis2 instead of this function.
|
void |
WalletExtensionGrpc.WalletExtensionImplBase.getTransactionsFromThis(GrpcAPI.AccountPaginated request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionList> responseObserver)
Please use GetTransactionsFromThis2 instead of this function.
|
void |
WalletExtensionGrpc.WalletExtensionStub.getTransactionsFromThis(GrpcAPI.AccountPaginated request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionList> responseObserver)
Please use GetTransactionsFromThis2 instead of this function.
|
GrpcAPI.TransactionListExtention |
WalletExtensionGrpc.WalletExtensionBlockingStub.getTransactionsFromThis2(GrpcAPI.AccountPaginated request)
Use this function instead of GetTransactionsFromThis.
|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.TransactionListExtention> |
WalletExtensionGrpc.WalletExtensionFutureStub.getTransactionsFromThis2(GrpcAPI.AccountPaginated request)
Use this function instead of GetTransactionsFromThis.
|
void |
WalletExtensionGrpc.WalletExtensionImplBase.getTransactionsFromThis2(GrpcAPI.AccountPaginated request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionListExtention> responseObserver)
Use this function instead of GetTransactionsFromThis.
|
void |
WalletExtensionGrpc.WalletExtensionStub.getTransactionsFromThis2(GrpcAPI.AccountPaginated request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionListExtention> responseObserver)
Use this function instead of GetTransactionsFromThis.
|
GrpcAPI.TransactionList |
WalletExtensionGrpc.WalletExtensionBlockingStub.getTransactionsToThis(GrpcAPI.AccountPaginated request)
Please use GetTransactionsToThis2 instead of this function.
|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.TransactionList> |
WalletExtensionGrpc.WalletExtensionFutureStub.getTransactionsToThis(GrpcAPI.AccountPaginated request)
Please use GetTransactionsToThis2 instead of this function.
|
void |
WalletExtensionGrpc.WalletExtensionImplBase.getTransactionsToThis(GrpcAPI.AccountPaginated request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionList> responseObserver)
Please use GetTransactionsToThis2 instead of this function.
|
void |
WalletExtensionGrpc.WalletExtensionStub.getTransactionsToThis(GrpcAPI.AccountPaginated request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionList> responseObserver)
Please use GetTransactionsToThis2 instead of this function.
|
GrpcAPI.TransactionListExtention |
WalletExtensionGrpc.WalletExtensionBlockingStub.getTransactionsToThis2(GrpcAPI.AccountPaginated request)
Use this function instead of GetTransactionsToThis.
|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.TransactionListExtention> |
WalletExtensionGrpc.WalletExtensionFutureStub.getTransactionsToThis2(GrpcAPI.AccountPaginated request)
Use this function instead of GetTransactionsToThis.
|
void |
WalletExtensionGrpc.WalletExtensionImplBase.getTransactionsToThis2(GrpcAPI.AccountPaginated request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionListExtention> responseObserver)
Use this function instead of GetTransactionsToThis.
|
void |
WalletExtensionGrpc.WalletExtensionStub.getTransactionsToThis2(GrpcAPI.AccountPaginated request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionListExtention> responseObserver)
Use this function instead of GetTransactionsToThis.
|
GrpcAPI.AccountPaginated.Builder |
GrpcAPI.AccountPaginated.Builder.mergeFrom(GrpcAPI.AccountPaginated other) |
static GrpcAPI.AccountPaginated.Builder |
GrpcAPI.AccountPaginated.newBuilder(GrpcAPI.AccountPaginated prototype) |
Copyright © 2020. All rights reserved.