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

encrywm.lib.predef.functions.signature.ESPredefSignature.scala Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package encrywm.lib.predef.functions.signature

import encrywm.backend.env.ESEnvComponent

object ESPredefSignature {
  val predefFunctions: Map[String, ESEnvComponent] = Map(
    CheckSig.name -> CheckSig.asFunc
  )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy