Packages

package storage

Type Members

  1. case class EventDAO()(implicit ec: ExecutionContext, appConfig: DLCOracleAppConfig) extends CRUD[EventDb, SchnorrNonce] with SlickUtil[EventDb, SchnorrNonce] with Product with Serializable
  2. case class EventOutcomeDAO()(implicit ec: ExecutionContext, appConfig: DLCOracleAppConfig) extends CRUD[EventOutcomeDb, (SchnorrNonce, String)] with SlickUtil[EventOutcomeDb, (SchnorrNonce, String)] with Product with Serializable
  3. case class RValueDAO()(implicit ec: ExecutionContext, appConfig: DLCOracleAppConfig) extends CRUD[RValueDb, SchnorrNonce] with SlickUtil[RValueDb, SchnorrNonce] with Product with Serializable

Ungrouped