BlockInfo.Builder |
BlockInfo.Builder.addAllReceipts(Iterable<? extends Receipt> values)
repeated .iotextypes.Receipt receipts = 2;
|
BlockInfo.Builder |
GetRawBlocksResponse.Builder.addBlocksBuilder()
repeated .iotexapi.BlockInfo blocks = 1;
|
BlockInfo.Builder |
GetRawBlocksResponse.Builder.addBlocksBuilder(int index)
repeated .iotexapi.BlockInfo blocks = 1;
|
BlockInfo.Builder |
BlockInfo.Builder.addReceipts(int index,
Receipt.Builder builderForValue)
repeated .iotextypes.Receipt receipts = 2;
|
BlockInfo.Builder |
BlockInfo.Builder.addReceipts(int index,
Receipt value)
repeated .iotextypes.Receipt receipts = 2;
|
BlockInfo.Builder |
BlockInfo.Builder.addReceipts(Receipt.Builder builderForValue)
repeated .iotextypes.Receipt receipts = 2;
|
BlockInfo.Builder |
BlockInfo.Builder.addReceipts(Receipt value)
repeated .iotextypes.Receipt receipts = 2;
|
BlockInfo.Builder |
BlockInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BlockInfo.Builder |
BlockInfo.Builder.clear() |
BlockInfo.Builder |
BlockInfo.Builder.clearBlock()
.iotextypes.Block block = 1;
|
BlockInfo.Builder |
BlockInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BlockInfo.Builder |
BlockInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BlockInfo.Builder |
BlockInfo.Builder.clearReceipts()
repeated .iotextypes.Receipt receipts = 2;
|
BlockInfo.Builder |
BlockInfo.Builder.clearTransactionLogs()
.iotextypes.TransactionLogs transactionLogs = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.clone() |
BlockInfo.Builder |
StreamBlocksResponse.Builder.getBlockBuilder()
.iotexapi.BlockInfo block = 1;
|
BlockInfo.Builder |
GetRawBlocksResponse.Builder.getBlocksBuilder(int index)
repeated .iotexapi.BlockInfo blocks = 1;
|
BlockInfo.Builder |
BlockInfo.Builder.mergeBlock(Block value)
.iotextypes.Block block = 1;
|
BlockInfo.Builder |
BlockInfo.Builder.mergeFrom(BlockInfo other) |
BlockInfo.Builder |
BlockInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BlockInfo.Builder |
BlockInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
BlockInfo.Builder |
BlockInfo.Builder.mergeTransactionLogs(TransactionLogs value)
.iotextypes.TransactionLogs transactionLogs = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BlockInfo.Builder |
BlockInfo.newBuilder() |
static BlockInfo.Builder |
BlockInfo.newBuilder(BlockInfo prototype) |
BlockInfo.Builder |
BlockInfo.newBuilderForType() |
protected BlockInfo.Builder |
BlockInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
BlockInfo.Builder |
BlockInfo.Builder.removeReceipts(int index)
repeated .iotextypes.Receipt receipts = 2;
|
BlockInfo.Builder |
BlockInfo.Builder.setBlock(Block.Builder builderForValue)
.iotextypes.Block block = 1;
|
BlockInfo.Builder |
BlockInfo.Builder.setBlock(Block value)
.iotextypes.Block block = 1;
|
BlockInfo.Builder |
BlockInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BlockInfo.Builder |
BlockInfo.Builder.setReceipts(int index,
Receipt.Builder builderForValue)
repeated .iotextypes.Receipt receipts = 2;
|
BlockInfo.Builder |
BlockInfo.Builder.setReceipts(int index,
Receipt value)
repeated .iotextypes.Receipt receipts = 2;
|
BlockInfo.Builder |
BlockInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BlockInfo.Builder |
BlockInfo.Builder.setTransactionLogs(TransactionLogs.Builder builderForValue)
.iotextypes.TransactionLogs transactionLogs = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.setTransactionLogs(TransactionLogs value)
.iotextypes.TransactionLogs transactionLogs = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BlockInfo.Builder |
BlockInfo.toBuilder() |