Package | Description |
---|---|
org.tron.api | |
org.tron.protos | |
tv.noixion.troncli.grpc | |
tv.noixion.troncli.models.contracts | |
tv.noixion.troncli.utils |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<Contract.AccountUpdateContract,Protocol.Transaction> |
WalletGrpc.METHOD_UPDATE_ACCOUNT
Deprecated.
|
static io.grpc.MethodDescriptor<Contract.AccountUpdateContract,GrpcAPI.TransactionExtention> |
WalletGrpc.METHOD_UPDATE_ACCOUNT2
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Contract.AccountUpdateContract,GrpcAPI.TransactionExtention> |
WalletGrpc.getUpdateAccount2Method() |
static io.grpc.MethodDescriptor<Contract.AccountUpdateContract,Protocol.Transaction> |
WalletGrpc.getUpdateAccountMethod() |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction |
WalletGrpc.WalletBlockingStub.updateAccount(Contract.AccountUpdateContract request)
Please use UpdateAccount2 instead of this function.
|
com.google.common.util.concurrent.ListenableFuture<Protocol.Transaction> |
WalletGrpc.WalletFutureStub.updateAccount(Contract.AccountUpdateContract request)
Please use UpdateAccount2 instead of this function.
|
void |
WalletGrpc.WalletImplBase.updateAccount(Contract.AccountUpdateContract request,
io.grpc.stub.StreamObserver<Protocol.Transaction> responseObserver)
Please use UpdateAccount2 instead of this function.
|
void |
WalletGrpc.WalletStub.updateAccount(Contract.AccountUpdateContract request,
io.grpc.stub.StreamObserver<Protocol.Transaction> responseObserver)
Please use UpdateAccount2 instead of this function.
|
GrpcAPI.TransactionExtention |
WalletGrpc.WalletBlockingStub.updateAccount2(Contract.AccountUpdateContract request)
Use this function instead of UpdateAccount.
|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.TransactionExtention> |
WalletGrpc.WalletFutureStub.updateAccount2(Contract.AccountUpdateContract request)
Use this function instead of UpdateAccount.
|
void |
WalletGrpc.WalletImplBase.updateAccount2(Contract.AccountUpdateContract request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionExtention> responseObserver)
Use this function instead of UpdateAccount.
|
void |
WalletGrpc.WalletStub.updateAccount2(Contract.AccountUpdateContract request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionExtention> responseObserver)
Use this function instead of UpdateAccount.
|
Modifier and Type | Method and Description |
---|---|
Contract.AccountUpdateContract |
Contract.AccountUpdateContract.Builder.build() |
Contract.AccountUpdateContract |
Contract.AccountUpdateContract.Builder.buildPartial() |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.getDefaultInstance() |
Contract.AccountUpdateContract |
Contract.AccountUpdateContract.getDefaultInstanceForType() |
Contract.AccountUpdateContract |
Contract.AccountUpdateContract.Builder.getDefaultInstanceForType() |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.parseDelimitedFrom(InputStream input) |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.parseFrom(byte[] data) |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.parseFrom(ByteBuffer data) |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.parseFrom(com.google.protobuf.ByteString data) |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.parseFrom(com.google.protobuf.CodedInputStream input) |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.parseFrom(InputStream input) |
static Contract.AccountUpdateContract |
Contract.AccountUpdateContract.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Contract.AccountUpdateContract> |
Contract.AccountUpdateContract.getParserForType() |
static com.google.protobuf.Parser<Contract.AccountUpdateContract> |
Contract.AccountUpdateContract.parser() |
Modifier and Type | Method and Description |
---|---|
Contract.AccountUpdateContract.Builder |
Contract.AccountUpdateContract.Builder.mergeFrom(Contract.AccountUpdateContract other) |
static Contract.AccountUpdateContract.Builder |
Contract.AccountUpdateContract.newBuilder(Contract.AccountUpdateContract prototype) |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction |
GrpcClient.createTransaction(Contract.AccountUpdateContract contract) |
GrpcAPI.TransactionExtention |
GrpcClient.createTransaction2(Contract.AccountUpdateContract contract) |
Constructor and Description |
---|
UpdateAccountContract(Contract.AccountUpdateContract contract) |
Modifier and Type | Method and Description |
---|---|
static Contract.AccountUpdateContract |
TronContracts.createAccountUpdateContract(byte[] accountName,
byte[] address) |
Copyright © 2020. All rights reserved.