package models
Type Members
- case class ExtPublicKeyDTO(version: ExtKeyPubVersion, depth: UInt8, fingerprint: ByteVector, child: UInt32, chainCode: ChainCode, publicKey: ECPublicKey, name: Option[String]) extends Product with Serializable
- 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