Package | Description |
---|---|
org.tron.protos |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.addAllAuths(Iterable<? extends Protocol.authority> values)
repeated .protocol.authority auths = 9; |
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; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.addAuths(int index,
Protocol.authority.Builder builderForValue)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.addAuths(int index,
Protocol.authority value)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.addAuths(Protocol.authority.Builder builderForValue)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.addAuths(Protocol.authority value)
repeated .protocol.authority auths = 9; |
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(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.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 value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clear() |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clearAuths()
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clearContract()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clearData()
data not used
bytes data = 10; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clearExpiration()
int64 expiration = 8; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clearFeeLimit()
int64 fee_limit = 18; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clearRefBlockBytes()
bytes ref_block_bytes = 1; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clearRefBlockHash()
bytes ref_block_hash = 4; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clearRefBlockNum()
int64 ref_block_num = 3; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clearScripts()
scripts not used
bytes scripts = 12; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clearTimestamp()
int64 timestamp = 14; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.clone() |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.Builder.getRawDataBuilder()
.protocol.Transaction.raw raw_data = 1; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.mergeFrom(com.google.protobuf.Message other) |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.mergeFrom(Protocol.Transaction.raw other) |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.newBuilder() |
static Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.newBuilder(Protocol.Transaction.raw prototype) |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.newBuilderForType() |
protected Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.removeAuths(int index)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.removeContract(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setAuths(int index,
Protocol.authority.Builder builderForValue)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setAuths(int index,
Protocol.authority value)
repeated .protocol.authority auths = 9; |
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; |
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; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setData(com.google.protobuf.ByteString value)
data not used
bytes data = 10; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setExpiration(long value)
int64 expiration = 8; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setFeeLimit(long value)
int64 fee_limit = 18; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setRefBlockBytes(com.google.protobuf.ByteString value)
bytes ref_block_bytes = 1; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setRefBlockHash(com.google.protobuf.ByteString value)
bytes ref_block_hash = 4; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setRefBlockNum(long value)
int64 ref_block_num = 3; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setScripts(com.google.protobuf.ByteString value)
scripts not used
bytes scripts = 12; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setTimestamp(long value)
int64 timestamp = 14; |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.Transaction.raw.Builder |
Protocol.Transaction.raw.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction.Builder |
Protocol.Transaction.Builder.setRawData(Protocol.Transaction.raw.Builder builderForValue)
.protocol.Transaction.raw raw_data = 1; |
Copyright © 2020. All rights reserved.