Package | Description |
---|---|
org.tron.protos |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.raw.Builder.addContractBuilder()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.raw.Builder.addContractBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.clear() |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.clearContractName()
bytes ContractName = 4; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.clearParameter()
.google.protobuf.Any parameter = 2; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.clearPermissionId()
int32 Permission_id = 5; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.clearProvider()
bytes provider = 3; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.clearType()
.protocol.Transaction.Contract.ContractType type = 1; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.clone() |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.raw.Builder.getContractBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.mergeFrom(com.google.protobuf.Message other) |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.mergeFrom(Protocol.Transaction.Contract other) |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.mergeParameter(com.google.protobuf.Any value)
.google.protobuf.Any parameter = 2; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.newBuilder() |
static Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.newBuilder(Protocol.Transaction.Contract prototype) |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.newBuilderForType() |
protected Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.setContractName(com.google.protobuf.ByteString value)
bytes ContractName = 4; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.setParameter(com.google.protobuf.Any.Builder builderForValue)
.google.protobuf.Any parameter = 2; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.setParameter(com.google.protobuf.Any value)
.google.protobuf.Any parameter = 2; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.setPermissionId(int value)
int32 Permission_id = 5; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.setProvider(com.google.protobuf.ByteString value)
bytes provider = 3; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.setType(Protocol.Transaction.Contract.ContractType value)
.protocol.Transaction.Contract.ContractType type = 1; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.setTypeValue(int value)
.protocol.Transaction.Contract.ContractType type = 1; |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.Transaction.Contract.Builder |
Protocol.Transaction.Contract.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Protocol.Transaction.Contract.Builder> |
Protocol.Transaction.raw.Builder.getContractBuilderList()
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.addContract(int index,
Protocol.Transaction.Contract.Builder builderForValue)
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.Builder builderForValue)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setContract(int index,
Protocol.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Copyright © 2020. All rights reserved.