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.AccountCreateContract,Protocol.Transaction> |
WalletGrpc.METHOD_CREATE_ACCOUNT
Deprecated.
|
static io.grpc.MethodDescriptor<Contract.AccountCreateContract,GrpcAPI.TransactionExtention> |
WalletGrpc.METHOD_CREATE_ACCOUNT2
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Contract.AccountCreateContract,GrpcAPI.TransactionExtention> |
WalletGrpc.getCreateAccount2Method() |
static io.grpc.MethodDescriptor<Contract.AccountCreateContract,Protocol.Transaction> |
WalletGrpc.getCreateAccountMethod() |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction |
WalletGrpc.WalletBlockingStub.createAccount(Contract.AccountCreateContract request)
Please use CreateAccount2 instead of this function.
|
com.google.common.util.concurrent.ListenableFuture<Protocol.Transaction> |
WalletGrpc.WalletFutureStub.createAccount(Contract.AccountCreateContract request)
Please use CreateAccount2 instead of this function.
|
void |
WalletGrpc.WalletImplBase.createAccount(Contract.AccountCreateContract request,
io.grpc.stub.StreamObserver<Protocol.Transaction> responseObserver)
Please use CreateAccount2 instead of this function.
|
void |
WalletGrpc.WalletStub.createAccount(Contract.AccountCreateContract request,
io.grpc.stub.StreamObserver<Protocol.Transaction> responseObserver)
Please use CreateAccount2 instead of this function.
|
GrpcAPI.TransactionExtention |
WalletGrpc.WalletBlockingStub.createAccount2(Contract.AccountCreateContract request)
Use this function instead of CreateAccount.
|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.TransactionExtention> |
WalletGrpc.WalletFutureStub.createAccount2(Contract.AccountCreateContract request)
Use this function instead of CreateAccount.
|
void |
WalletGrpc.WalletImplBase.createAccount2(Contract.AccountCreateContract request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionExtention> responseObserver)
Use this function instead of CreateAccount.
|
void |
WalletGrpc.WalletStub.createAccount2(Contract.AccountCreateContract request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionExtention> responseObserver)
Use this function instead of CreateAccount.
|
Modifier and Type | Method and Description |
---|---|
Contract.AccountCreateContract |
Contract.AccountCreateContract.Builder.build() |
Contract.AccountCreateContract |
Contract.AccountCreateContract.Builder.buildPartial() |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.getDefaultInstance() |
Contract.AccountCreateContract |
Contract.AccountCreateContract.getDefaultInstanceForType() |
Contract.AccountCreateContract |
Contract.AccountCreateContract.Builder.getDefaultInstanceForType() |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.parseDelimitedFrom(InputStream input) |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.parseFrom(byte[] data) |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.parseFrom(ByteBuffer data) |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.parseFrom(com.google.protobuf.ByteString data) |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.parseFrom(com.google.protobuf.CodedInputStream input) |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.parseFrom(InputStream input) |
static Contract.AccountCreateContract |
Contract.AccountCreateContract.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Contract.AccountCreateContract> |
Contract.AccountCreateContract.getParserForType() |
static com.google.protobuf.Parser<Contract.AccountCreateContract> |
Contract.AccountCreateContract.parser() |
Modifier and Type | Method and Description |
---|---|
Contract.AccountCreateContract.Builder |
Contract.AccountCreateContract.Builder.mergeFrom(Contract.AccountCreateContract other) |
static Contract.AccountCreateContract.Builder |
Contract.AccountCreateContract.newBuilder(Contract.AccountCreateContract prototype) |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction |
GrpcClient.createAccount(Contract.AccountCreateContract contract) |
GrpcAPI.TransactionExtention |
GrpcClient.createAccount2(Contract.AccountCreateContract contract) |
Constructor and Description |
---|
AccountCreationContract(Contract.AccountCreateContract contract) |
Modifier and Type | Method and Description |
---|---|
static Contract.AccountCreateContract |
TronContracts.createAccountCreateContract(byte[] owner,
byte[] address) |
Copyright © 2020. All rights reserved.