Package | Description |
---|---|
org.tron.common.utils | |
org.tron.protos | |
tv.noixion.troncli.models.contracts |
Modifier and Type | Method and Description |
---|---|
static byte[] |
TransactionUtils.getOwner(Protocol.Transaction.Contract contract) |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction.Contract |
Protocol.Transaction.Contract.Builder.build() |
Protocol.Transaction.Contract |
Protocol.Transaction.Contract.Builder.buildPartial() |
Protocol.Transaction.Contract |
Protocol.Transaction.rawOrBuilder.getContract(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.Contract |
Protocol.Transaction.raw.getContract(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.Contract |
Protocol.Transaction.raw.Builder.getContract(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.getDefaultInstance() |
Protocol.Transaction.Contract |
Protocol.Transaction.Contract.getDefaultInstanceForType() |
Protocol.Transaction.Contract |
Protocol.Transaction.Contract.Builder.getDefaultInstanceForType() |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.parseDelimitedFrom(InputStream input) |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.parseFrom(byte[] data) |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.parseFrom(ByteBuffer data) |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.parseFrom(com.google.protobuf.ByteString data) |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.parseFrom(InputStream input) |
static Protocol.Transaction.Contract |
Protocol.Transaction.Contract.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Protocol.Transaction.Contract> |
Protocol.Transaction.rawOrBuilder.getContractList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
List<Protocol.Transaction.Contract> |
Protocol.Transaction.raw.getContractList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
List<Protocol.Transaction.Contract> |
Protocol.Transaction.raw.Builder.getContractList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
com.google.protobuf.Parser<Protocol.Transaction.Contract> |
Protocol.Transaction.Contract.getParserForType() |
static com.google.protobuf.Parser<Protocol.Transaction.Contract> |
Protocol.Transaction.Contract.parser() |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.addContract(int index,
Protocol.Transaction.Contract value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.addContract(Protocol.Transaction.Contract value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.mergeFrom(Protocol.Transaction.Contract other) |
static Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.newBuilder(Protocol.Transaction.Contract prototype) |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setContract(int index,
Protocol.Transaction.Contract value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.addAllContract(Iterable<? extends Protocol.Transaction.Contract> values)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Modifier and Type | Method and Description |
---|---|
static TronContract |
TronContractFactory.makeContract(Protocol.Transaction.Contract contract) |
Copyright © 2020. All rights reserved.