TransactionLog.Builder |
TransactionLog.Builder.addAllTransactions(Iterable<? extends TransactionLog.Transaction> values)
repeated .iotextypes.TransactionLog.Transaction transactions = 3;
|
TransactionLog.Builder |
TransactionLogs.Builder.addLogsBuilder()
repeated .iotextypes.TransactionLog logs = 1;
|
TransactionLog.Builder |
TransactionLogs.Builder.addLogsBuilder(int index)
repeated .iotextypes.TransactionLog logs = 1;
|
TransactionLog.Builder |
TransactionLog.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionLog.Builder |
TransactionLog.Builder.addTransactions(int index,
TransactionLog.Transaction.Builder builderForValue)
repeated .iotextypes.TransactionLog.Transaction transactions = 3;
|
TransactionLog.Builder |
TransactionLog.Builder.addTransactions(int index,
TransactionLog.Transaction value)
repeated .iotextypes.TransactionLog.Transaction transactions = 3;
|
TransactionLog.Builder |
TransactionLog.Builder.addTransactions(TransactionLog.Transaction.Builder builderForValue)
repeated .iotextypes.TransactionLog.Transaction transactions = 3;
|
TransactionLog.Builder |
TransactionLog.Builder.addTransactions(TransactionLog.Transaction value)
repeated .iotextypes.TransactionLog.Transaction transactions = 3;
|
TransactionLog.Builder |
TransactionLog.Builder.clear() |
TransactionLog.Builder |
TransactionLog.Builder.clearActionHash()
bytes actionHash = 1;
|
TransactionLog.Builder |
TransactionLog.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransactionLog.Builder |
TransactionLog.Builder.clearNumTransactions()
uint64 numTransactions = 2;
|
TransactionLog.Builder |
TransactionLog.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransactionLog.Builder |
TransactionLog.Builder.clearTransactions()
repeated .iotextypes.TransactionLog.Transaction transactions = 3;
|
TransactionLog.Builder |
TransactionLog.Builder.clone() |
TransactionLog.Builder |
TransactionLogs.Builder.getLogsBuilder(int index)
repeated .iotextypes.TransactionLog logs = 1;
|
TransactionLog.Builder |
TransactionLog.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransactionLog.Builder |
TransactionLog.Builder.mergeFrom(com.google.protobuf.Message other) |
TransactionLog.Builder |
TransactionLog.Builder.mergeFrom(TransactionLog other) |
TransactionLog.Builder |
TransactionLog.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TransactionLog.Builder |
TransactionLog.newBuilder() |
static TransactionLog.Builder |
TransactionLog.newBuilder(TransactionLog prototype) |
TransactionLog.Builder |
TransactionLog.newBuilderForType() |
protected TransactionLog.Builder |
TransactionLog.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TransactionLog.Builder |
TransactionLog.Builder.removeTransactions(int index)
repeated .iotextypes.TransactionLog.Transaction transactions = 3;
|
TransactionLog.Builder |
TransactionLog.Builder.setActionHash(com.google.protobuf.ByteString value)
bytes actionHash = 1;
|
TransactionLog.Builder |
TransactionLog.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionLog.Builder |
TransactionLog.Builder.setNumTransactions(long value)
uint64 numTransactions = 2;
|
TransactionLog.Builder |
TransactionLog.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransactionLog.Builder |
TransactionLog.Builder.setTransactions(int index,
TransactionLog.Transaction.Builder builderForValue)
repeated .iotextypes.TransactionLog.Transaction transactions = 3;
|
TransactionLog.Builder |
TransactionLog.Builder.setTransactions(int index,
TransactionLog.Transaction value)
repeated .iotextypes.TransactionLog.Transaction transactions = 3;
|
TransactionLog.Builder |
TransactionLog.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransactionLog.Builder |
TransactionLog.toBuilder() |