com.hedera.hapi.block.stream.protoc.BlockProofOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: stream/block_proof.proto
package com.hedera.hapi.block.stream.protoc;
public final class BlockProofOuterClass {
private BlockProofOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_hedera_hapi_block_stream_BlockProof_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_hedera_hapi_block_stream_BlockProof_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_hedera_hapi_block_stream_MerkleSiblingHash_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_hedera_hapi_block_stream_MerkleSiblingHash_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\030stream/block_proof.proto\022\034com.hedera.h" +
"api.block.stream\"\307\001\n\nBlockProof\022\r\n\005block" +
"\030\001 \001(\004\022 \n\030previous_block_root_hash\030\002 \001(\014" +
"\022&\n\036start_of_block_state_root_hash\030\003 \001(\014" +
"\022\027\n\017block_signature\030\004 \001(\014\022G\n\016sibling_has" +
"hes\030\005 \003(\0132/.com.hedera.hapi.block.stream" +
".MerkleSiblingHash\";\n\021MerkleSiblingHash\022" +
"\020\n\010is_first\030\001 \001(\010\022\024\n\014sibling_hash\030\002 \001(\014B" +
"\'\n#com.hedera.hapi.block.stream.protocP\001" +
"b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_com_hedera_hapi_block_stream_BlockProof_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_hedera_hapi_block_stream_BlockProof_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_hedera_hapi_block_stream_BlockProof_descriptor,
new java.lang.String[] { "Block", "PreviousBlockRootHash", "StartOfBlockStateRootHash", "BlockSignature", "SiblingHashes", });
internal_static_com_hedera_hapi_block_stream_MerkleSiblingHash_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_com_hedera_hapi_block_stream_MerkleSiblingHash_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_hedera_hapi_block_stream_MerkleSiblingHash_descriptor,
new java.lang.String[] { "IsFirst", "SiblingHash", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy