org.hyperledger.fabric.protos.common.BlockDataHashingStructureOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-protos Show documentation
Show all versions of fabric-protos Show documentation
PROTO library for fabric-protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common/configuration.proto
package org.hyperledger.fabric.protos.common;
public interface BlockDataHashingStructureOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.BlockDataHashingStructure)
com.google.protobuf.MessageOrBuilder {
/**
*
* width specifies the width of the Merkle tree to use when computing the BlockDataHash
* in order to replicate flat hashing, set this width to MAX_UINT32
*
*
* uint32 width = 1 [json_name = "width"];
* @return The width.
*/
int getWidth();
}