All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.common.BlockDataHashingStructureOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy