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

io.p8e.contracts.ContractHash.kt Maven / Gradle / Ivy

package io.p8e.contracts

interface ContractHash {
    fun getClasses(): Map
    fun getHash(): String
    // Provides a means to pair ContractHash to ProtoHash implementations so that the pairing can be preferred
    // when resolution takes place during ContractManager::dehydrateSpec. Fully qualified contract names in
    // ContractHash::getClasses must be unique, but fully qualified proto names in ProtoHash::getClasses will often
    // collide.
    fun getUuid(): String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy