hasContractKeys

fun hasContractKeys(contractName: String, circuitNames: List<String>): Boolean

Whether all required circuit keys are cached for a contract.

Parameters

contractName

Short name (e.g., "bboard")

circuitNames

List of circuit names (e.g., "post", "takeDown")