Packages

package models

Type Members

  1. case class ExtPublicKeyDTO(version: ExtKeyPubVersion, depth: UInt8, fingerprint: ByteVector, child: UInt32, chainCode: ChainCode, publicKey: ECPublicKey, name: Option[String]) extends Product with Serializable
  2. case class MasterXPubDAO()(implicit ec: ExecutionContext, appConfig: DbAppConfig) extends CRUD[ExtPublicKeyDTO, ECPublicKey] with SlickUtil[ExtPublicKeyDTO, ECPublicKey] with Product with Serializable

    The primary key type is the public key associated with the extended public key ExtPublicKey.key

Ungrouped