Package

com.ubirch.chain.model

db

Permalink

package db

Visibility
  1. Public
  2. All

Type Members

  1. case class Anchor(hash: String, chainType: String = ChainType.BITCOIN, created: DateTime = DateTime.now) extends Product with Serializable

    Permalink

    author: cvandrei since: 2017-06-29

  2. case class BlockInfo(blockHash: String, chainType: String = ChainType.BIGCHAIN, anchors: Set[Anchor] = Set.empty, created: DateTime = DateTime.now) extends Product with Serializable

    Permalink

    author: cvandrei since: 2017-06-29

Value Members

  1. package bigchain

    Permalink
  2. package util

    Permalink

Ungrouped