Packages

package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class BroadcastAbleTransaction(transaction: Transaction) extends Product with Serializable

    TXs we can broadcast over the P2P network

  2. final case class BroadcastAbleTransactionDAO()(implicit appConfig: NodeAppConfig, ec: ExecutionContext) extends CRUD[BroadcastAbleTransaction, DoubleSha256DigestBE] with SlickUtil[BroadcastAbleTransaction, DoubleSha256DigestBE] with Product with Serializable
  3. case class Peer(socket: InetSocketAddress, socks5ProxyParams: Option[Socks5ProxyParams], id: Option[Long] = None) extends DbRowAutoInc[Peer] with Product with Serializable
  4. case class PeerDAO()(implicit ec: ExecutionContext, appConfig: NodeAppConfig) extends CRUD[PeerDb, ByteVector] with SlickUtil[PeerDb, ByteVector] with Product with Serializable
  5. case class PeerDb(address: ByteVector, port: Int, lastSeen: Instant, firstSeen: Instant, networkId: Byte) extends Product with Serializable

Value Members

  1. object Peer extends Serializable

Ungrouped