org.hyperledger.fabric.protos.common.BootstrappingSnapshotInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: common/ledger.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.common;
public interface BootstrappingSnapshotInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.BootstrappingSnapshotInfo)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 lastBlockInSnapshot = 1 [json_name = "lastBlockInSnapshot"];
* @return The lastBlockInSnapshot.
*/
long getLastBlockInSnapshot();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy