Package | Description |
---|---|
org.tron.protos |
Modifier and Type | Method and Description |
---|---|
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.Builder.addCallValueInfoBuilder()
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.Builder.addCallValueInfoBuilder(int index)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.clear() |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.clearCallValue()
trx (TBD: or token) value
int64 callValue = 1; |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.clearTokenId()
TBD: tokenName, trx should be empty
string tokenId = 2; |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.clone() |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.Builder.getCallValueInfoBuilder(int index)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.mergeFrom(Protocol.InternalTransaction.CallValueInfo other) |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.newBuilder() |
static Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.newBuilder(Protocol.InternalTransaction.CallValueInfo prototype) |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.newBuilderForType() |
protected Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.setCallValue(long value)
trx (TBD: or token) value
int64 callValue = 1; |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.setTokenId(String value)
TBD: tokenName, trx should be empty
string tokenId = 2; |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.setTokenIdBytes(com.google.protobuf.ByteString value)
TBD: tokenName, trx should be empty
string tokenId = 2; |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.InternalTransaction.CallValueInfo.Builder |
Protocol.InternalTransaction.CallValueInfo.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Protocol.InternalTransaction.CallValueInfo.Builder> |
Protocol.InternalTransaction.Builder.getCallValueInfoBuilderList()
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Modifier and Type | Method and Description |
---|---|
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(Protocol.InternalTransaction.CallValueInfo.Builder builderForValue)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Protocol.InternalTransaction.Builder |
Protocol.InternalTransaction.Builder.setCallValueInfo(int index,
Protocol.InternalTransaction.CallValueInfo.Builder builderForValue)
repeated .protocol.InternalTransaction.CallValueInfo callValueInfo = 4; |
Copyright © 2020. All rights reserved.