Packages

object EthStyleLowercaseTrie

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EthStyleLowercaseTrie
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Branch = EthStylePMTrie.Branch[Char, String, Keccak256]
  2. type Extension = EthStylePMTrie.Extension[Char, String, Keccak256]
  3. type Leaf = EthStylePMTrie.Leaf[Char, String, Keccak256]
  4. class MapDatabase extends Database[Node, Keccak256] with NodeHashing[Node, Keccak256] with RootTracking[Keccak256]
  5. type Node = EthStylePMTrie.Node[Char, String, Keccak256]

Value Members

  1. val Empty: EthStylePMTrie.Empty.type
  2. val EmptyHash: Keccak256
  3. val alphabet: IndexedSeq[Char]