Package | Description |
---|---|
org.tron.api | |
tv.noixion.troncli.grpc |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<GrpcAPI.EasyTransferMessage,GrpcAPI.EasyTransferResponse> |
WalletGrpc.METHOD_EASY_TRANSFER
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.EasyTransferAssetMessage,GrpcAPI.EasyTransferResponse> |
WalletGrpc.METHOD_EASY_TRANSFER_ASSET
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.EasyTransferAssetByPrivateMessage,GrpcAPI.EasyTransferResponse> |
WalletGrpc.METHOD_EASY_TRANSFER_ASSET_BY_PRIVATE
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.EasyTransferByPrivateMessage,GrpcAPI.EasyTransferResponse> |
WalletGrpc.METHOD_EASY_TRANSFER_BY_PRIVATE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.Builder.build() |
GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.Builder.buildPartial() |
GrpcAPI.EasyTransferResponse |
WalletGrpc.WalletBlockingStub.easyTransfer(GrpcAPI.EasyTransferMessage request)
Warning: do not invoke this interface provided by others.
|
GrpcAPI.EasyTransferResponse |
WalletGrpc.WalletBlockingStub.easyTransferAsset(GrpcAPI.EasyTransferAssetMessage request)
Warning: do not invoke this interface provided by others.
|
GrpcAPI.EasyTransferResponse |
WalletGrpc.WalletBlockingStub.easyTransferAssetByPrivate(GrpcAPI.EasyTransferAssetByPrivateMessage request)
Warning: do not invoke this interface provided by others.
|
GrpcAPI.EasyTransferResponse |
WalletGrpc.WalletBlockingStub.easyTransferByPrivate(GrpcAPI.EasyTransferByPrivateMessage request)
Warning: do not invoke this interface provided by others.
|
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.getDefaultInstance() |
GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.getDefaultInstanceForType() |
GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.Builder.getDefaultInstanceForType() |
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.parseDelimitedFrom(InputStream input) |
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.parseFrom(byte[] data) |
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.parseFrom(ByteBuffer data) |
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.parseFrom(com.google.protobuf.ByteString data) |
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.parseFrom(InputStream input) |
static GrpcAPI.EasyTransferResponse |
GrpcAPI.EasyTransferResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.EasyTransferResponse> |
WalletGrpc.WalletFutureStub.easyTransfer(GrpcAPI.EasyTransferMessage request)
Warning: do not invoke this interface provided by others.
|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.EasyTransferResponse> |
WalletGrpc.WalletFutureStub.easyTransferAsset(GrpcAPI.EasyTransferAssetMessage request)
Warning: do not invoke this interface provided by others.
|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.EasyTransferResponse> |
WalletGrpc.WalletFutureStub.easyTransferAssetByPrivate(GrpcAPI.EasyTransferAssetByPrivateMessage request)
Warning: do not invoke this interface provided by others.
|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.EasyTransferResponse> |
WalletGrpc.WalletFutureStub.easyTransferByPrivate(GrpcAPI.EasyTransferByPrivateMessage request)
Warning: do not invoke this interface provided by others.
|
static io.grpc.MethodDescriptor<GrpcAPI.EasyTransferAssetByPrivateMessage,GrpcAPI.EasyTransferResponse> |
WalletGrpc.getEasyTransferAssetByPrivateMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.EasyTransferAssetMessage,GrpcAPI.EasyTransferResponse> |
WalletGrpc.getEasyTransferAssetMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.EasyTransferByPrivateMessage,GrpcAPI.EasyTransferResponse> |
WalletGrpc.getEasyTransferByPrivateMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.EasyTransferMessage,GrpcAPI.EasyTransferResponse> |
WalletGrpc.getEasyTransferMethod() |
com.google.protobuf.Parser<GrpcAPI.EasyTransferResponse> |
GrpcAPI.EasyTransferResponse.getParserForType() |
static com.google.protobuf.Parser<GrpcAPI.EasyTransferResponse> |
GrpcAPI.EasyTransferResponse.parser() |
Modifier and Type | Method and Description |
---|---|
GrpcAPI.EasyTransferResponse.Builder |
GrpcAPI.EasyTransferResponse.Builder.mergeFrom(GrpcAPI.EasyTransferResponse other) |
static GrpcAPI.EasyTransferResponse.Builder |
GrpcAPI.EasyTransferResponse.newBuilder(GrpcAPI.EasyTransferResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
WalletGrpc.WalletImplBase.easyTransfer(GrpcAPI.EasyTransferMessage request,
io.grpc.stub.StreamObserver<GrpcAPI.EasyTransferResponse> responseObserver)
Warning: do not invoke this interface provided by others.
|
void |
WalletGrpc.WalletStub.easyTransfer(GrpcAPI.EasyTransferMessage request,
io.grpc.stub.StreamObserver<GrpcAPI.EasyTransferResponse> responseObserver)
Warning: do not invoke this interface provided by others.
|
void |
WalletGrpc.WalletImplBase.easyTransferAsset(GrpcAPI.EasyTransferAssetMessage request,
io.grpc.stub.StreamObserver<GrpcAPI.EasyTransferResponse> responseObserver)
Warning: do not invoke this interface provided by others.
|
void |
WalletGrpc.WalletStub.easyTransferAsset(GrpcAPI.EasyTransferAssetMessage request,
io.grpc.stub.StreamObserver<GrpcAPI.EasyTransferResponse> responseObserver)
Warning: do not invoke this interface provided by others.
|
void |
WalletGrpc.WalletImplBase.easyTransferAssetByPrivate(GrpcAPI.EasyTransferAssetByPrivateMessage request,
io.grpc.stub.StreamObserver<GrpcAPI.EasyTransferResponse> responseObserver)
Warning: do not invoke this interface provided by others.
|
void |
WalletGrpc.WalletStub.easyTransferAssetByPrivate(GrpcAPI.EasyTransferAssetByPrivateMessage request,
io.grpc.stub.StreamObserver<GrpcAPI.EasyTransferResponse> responseObserver)
Warning: do not invoke this interface provided by others.
|
void |
WalletGrpc.WalletImplBase.easyTransferByPrivate(GrpcAPI.EasyTransferByPrivateMessage request,
io.grpc.stub.StreamObserver<GrpcAPI.EasyTransferResponse> responseObserver)
Warning: do not invoke this interface provided by others.
|
void |
WalletGrpc.WalletStub.easyTransferByPrivate(GrpcAPI.EasyTransferByPrivateMessage request,
io.grpc.stub.StreamObserver<GrpcAPI.EasyTransferResponse> responseObserver)
Warning: do not invoke this interface provided by others.
|
Modifier and Type | Method and Description |
---|---|
GrpcAPI.EasyTransferResponse |
GrpcClient.easyTransfer(byte[] passPhrase,
byte[] toAddress,
long amount) |
GrpcAPI.EasyTransferResponse |
GrpcClient.easyTransferByPrivate(byte[] privateKey,
byte[] toAddress,
long amount) |
Copyright © 2020. All rights reserved.