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.VoteWitnessContract,Protocol.Transaction> |
WalletGrpc.METHOD_VOTE_WITNESS_ACCOUNT
Deprecated.
|
static io.grpc.MethodDescriptor<Contract.VoteWitnessContract,GrpcAPI.TransactionExtention> |
WalletGrpc.METHOD_VOTE_WITNESS_ACCOUNT2
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Contract.VoteWitnessContract,GrpcAPI.TransactionExtention> |
WalletGrpc.getVoteWitnessAccount2Method() |
static io.grpc.MethodDescriptor<Contract.VoteWitnessContract,Protocol.Transaction> |
WalletGrpc.getVoteWitnessAccountMethod() |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction |
WalletGrpc.WalletBlockingStub.voteWitnessAccount(Contract.VoteWitnessContract request)
Please use VoteWitnessAccount2 instead of this function.
|
com.google.common.util.concurrent.ListenableFuture<Protocol.Transaction> |
WalletGrpc.WalletFutureStub.voteWitnessAccount(Contract.VoteWitnessContract request)
Please use VoteWitnessAccount2 instead of this function.
|
void |
WalletGrpc.WalletImplBase.voteWitnessAccount(Contract.VoteWitnessContract request,
io.grpc.stub.StreamObserver<Protocol.Transaction> responseObserver)
Please use VoteWitnessAccount2 instead of this function.
|
void |
WalletGrpc.WalletStub.voteWitnessAccount(Contract.VoteWitnessContract request,
io.grpc.stub.StreamObserver<Protocol.Transaction> responseObserver)
Please use VoteWitnessAccount2 instead of this function.
|
GrpcAPI.TransactionExtention |
WalletGrpc.WalletBlockingStub.voteWitnessAccount2(Contract.VoteWitnessContract request)
Use this function instead of VoteWitnessAccount.
|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.TransactionExtention> |
WalletGrpc.WalletFutureStub.voteWitnessAccount2(Contract.VoteWitnessContract request)
Use this function instead of VoteWitnessAccount.
|
void |
WalletGrpc.WalletImplBase.voteWitnessAccount2(Contract.VoteWitnessContract request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionExtention> responseObserver)
Use this function instead of VoteWitnessAccount.
|
void |
WalletGrpc.WalletStub.voteWitnessAccount2(Contract.VoteWitnessContract request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionExtention> responseObserver)
Use this function instead of VoteWitnessAccount.
|
Modifier and Type | Method and Description |
---|---|
Contract.VoteWitnessContract |
Contract.VoteWitnessContract.Builder.build() |
Contract.VoteWitnessContract |
Contract.VoteWitnessContract.Builder.buildPartial() |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.getDefaultInstance() |
Contract.VoteWitnessContract |
Contract.VoteWitnessContract.getDefaultInstanceForType() |
Contract.VoteWitnessContract |
Contract.VoteWitnessContract.Builder.getDefaultInstanceForType() |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.parseDelimitedFrom(InputStream input) |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.parseFrom(byte[] data) |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.parseFrom(ByteBuffer data) |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.parseFrom(com.google.protobuf.ByteString data) |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.parseFrom(com.google.protobuf.CodedInputStream input) |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.parseFrom(InputStream input) |
static Contract.VoteWitnessContract |
Contract.VoteWitnessContract.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Contract.VoteWitnessContract> |
Contract.VoteWitnessContract.getParserForType() |
static com.google.protobuf.Parser<Contract.VoteWitnessContract> |
Contract.VoteWitnessContract.parser() |
Modifier and Type | Method and Description |
---|---|
Contract.VoteWitnessContract.Builder |
Contract.VoteWitnessContract.Builder.mergeFrom(Contract.VoteWitnessContract other) |
static Contract.VoteWitnessContract.Builder |
Contract.VoteWitnessContract.newBuilder(Contract.VoteWitnessContract prototype) |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction |
GrpcClient.voteWitnessAccount(Contract.VoteWitnessContract contract) |
GrpcAPI.TransactionExtention |
GrpcClient.voteWitnessAccount2(Contract.VoteWitnessContract contract) |
Constructor and Description |
---|
VoteWitnessContract(Contract.VoteWitnessContract contract) |
Modifier and Type | Method and Description |
---|---|
static Contract.VoteWitnessContract |
TronContracts.createVoteWitnessContract(byte[] owner,
Map<TronAddress,Long> witness) |
Copyright © 2020. All rights reserved.