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

org.hyperledger.fabric.ledger.Collection Maven / Gradle / Ivy

There is a newer version: 2.5.3
Show newest version
/*
 * Copyright 2020 IBM All Rights Reserved.
 *
 * SPDX-License-Identifier: Apache-2.0
 */
package org.hyperledger.fabric.ledger;

/** Place holder. */
public interface Collection {

    /**
     * Constant that can be used to refer to the 'Worldstate' collection explicitly.
     */
    String WORLD = "worldstate";

    /**
     * Placeholder. Purely in place to prevent Checkstyle inferring this class is pointless.
     * will be removed in the next story
     */
    void placeholder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy