Package | Description |
---|---|
org.tron.protos |
Modifier and Type | Method and Description |
---|---|
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.addAllCallValueInfo(Iterable<? extends Protocol.InternalTransaction.CallValueInfo> values)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.addCallValueInfo(int index,
Protocol.InternalTransaction.CallValueInfo.Builder builderForValue)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.addCallValueInfo(int index,
Protocol.InternalTransaction.CallValueInfo value)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.addCallValueInfo(Protocol.InternalTransaction.CallValueInfo.Builder builderForValue)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.addCallValueInfo(Protocol.InternalTransaction.CallValueInfo value)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.Builder |
Protocol.TransactionInfo.Builder.addInternalTransactionsBuilder()
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.InternalTransaction.Builder |
Protocol.TransactionInfo.Builder.addInternalTransactionsBuilder(int index)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.clear() |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.clearCallerAddress()
the one send trx (TBD: or token) via function
bytes caller_address = 2; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.clearCallValueInfo()
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.clearHash()
internalTransaction identity, the root InternalTransaction hash
should equals to root transaction id.
|
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.clearNote()
bytes note = 5; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.clearRejected()
bool rejected = 6; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.clearTransferToAddress()
the one recieve trx (TBD: or token) via function
bytes transferTo_address = 3; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.clone() |
Protocol.InternalTransaction.Builder |
Protocol.TransactionInfo.Builder.getInternalTransactionsBuilder(int index)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.mergeFrom(com.google.protobuf.Message other) |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.mergeFrom(Protocol.InternalTransaction other) |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.newBuilder() |
static Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.newBuilder(Protocol.InternalTransaction prototype) |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.newBuilderForType() |
protected Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.removeCallValueInfo(int index)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.setCallerAddress(com.google.protobuf.ByteString value)
the one send trx (TBD: or token) via function
bytes caller_address = 2; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.setCallValueInfo(int index,
Protocol.InternalTransaction.CallValueInfo.Builder builderForValue)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.setCallValueInfo(int index,
Protocol.InternalTransaction.CallValueInfo value)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.setHash(com.google.protobuf.ByteString value)
internalTransaction identity, the root InternalTransaction hash
should equals to root transaction id.
|
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.setNote(com.google.protobuf.ByteString value)
bytes note = 5; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.setRejected(boolean value)
bool rejected = 6; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.setTransferToAddress(com.google.protobuf.ByteString value)
the one recieve trx (TBD: or token) via function
bytes transferTo_address = 3; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Protocol.InternalTransaction.Builder> |
Protocol.TransactionInfo.Builder.getInternalTransactionsBuilderList()
repeated .protocol.InternalTransaction internal_transactions = 17; |
Modifier and Type | Method and Description |
---|---|
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addInternalTransactions(int index,
Protocol.InternalTransaction.Builder builderForValue)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.addInternalTransactions(Protocol.InternalTransaction.Builder builderForValue)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Protocol.TransactionInfo.Builder |
Protocol.TransactionInfo.Builder.setInternalTransactions(int index,
Protocol.InternalTransaction.Builder builderForValue)
repeated .protocol.InternalTransaction internal_transactions = 17; |
Copyright © 2020. All rights reserved.