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

com.wavesenterprise.sdk.atomic.manager.ContractInfoCacheManager.kt Maven / Gradle / Ivy

The newest version!
package com.wavesenterprise.sdk.atomic.manager

import com.wavesenterprise.sdk.atomic.cache.contract.info.ContractInfoCache

interface ContractInfoCacheManager {

    fun getCache(): ContractInfoCache

    fun init()

    fun clear()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy