Packages

final class SimpleEthTrie extends AbstractEthTrie[SimpleEthTrie]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleEthTrie
  2. AbstractEthTrie
  3. EmbeddableEthStylePMTrie
  4. PMTrie
  5. Trie
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleEthTrie(mydb: EthTrieDb, rootHash: EthHash)

Type Members

  1. type Branch = trie.EmbeddableEthStylePMTrie.Branch[Nibble, Seq[Byte], EthHash]
    Definition Classes
    EmbeddableEthStylePMTrie
  2. type Database = trie.EmbeddableEthStylePMTrie.Database[Nibble, Seq[Byte], EthHash]
    Definition Classes
    EmbeddableEthStylePMTrie
  3. type Extension = trie.EmbeddableEthStylePMTrie.Extension[Nibble, Seq[Byte], EthHash]
    Definition Classes
    EmbeddableEthStylePMTrie
  4. type Leaf = trie.EmbeddableEthStylePMTrie.Leaf[Nibble, Seq[Byte], EthHash]
    Definition Classes
    EmbeddableEthStylePMTrie
  5. type Node = trie.EmbeddableEthStylePMTrie.Node[Nibble, Seq[Byte], EthHash]
    Definition Classes
    EmbeddableEthStylePMTrie
  6. type NodeSource = trie.EmbeddableEthStylePMTrie.NodeSource[Nibble, Seq[Byte], EthHash]
    Definition Classes
    EmbeddableEthStylePMTrie
  7. type Subkey = IndexedSeq[Nibble]
    Definition Classes
    EmbeddableEthStylePMTrie
  8. sealed trait Path extends AnyRef
    Definition Classes
    EmbeddableEthStylePMTrie

Value Members

  1. val Branch: trie.EmbeddableEthStylePMTrie.Branch.type
    Definition Classes
    EmbeddableEthStylePMTrie
  2. val EmptyBranchChildren: IndexedSeq[Empty.type]
    Definition Classes
    EmbeddableEthStylePMTrie
  3. def EmptyHash: EthHash
    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  4. val EmptySubkey: IndexedSeq[Nibble]
    Definition Classes
    EmbeddableEthStylePMTrie
  5. val Extension: trie.EmbeddableEthStylePMTrie.Extension.type
    Definition Classes
    EmbeddableEthStylePMTrie
  6. val Leaf: trie.EmbeddableEthStylePMTrie.Leaf.type
    Definition Classes
    EmbeddableEthStylePMTrie
  7. val RootHash: EthHash
    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  8. lazy val RootNode: trie.EmbeddableEthStylePMTrie.Database.Node
    Definition Classes
    EmbeddableEthStylePMTrie
  9. lazy val RootSource: Product with Serializable with trie.EmbeddableEthStylePMTrie.NodeSource[Nothing, Nothing, EthHash] with Defaults
    Definition Classes
    EmbeddableEthStylePMTrie
  10. val alphabet: IndexedSeq[Nibble]
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  11. val alphabetLen: Int
    Definition Classes
    EmbeddableEthStylePMTrie
  12. def apply(key: Subkey): Option[Seq[Byte]]
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  13. def captureTrieDump: String
    Definition Classes
    EmbeddableEthStylePMTrie
  14. val db: Database
    Definition Classes
    EmbeddableEthStylePMTrie
  15. def dumpTrie: Unit
    Definition Classes
    EmbeddableEthStylePMTrie
  16. val earlyInit: EarlyInit[Nibble, Seq[Byte], EthHash]

    define in an early initializer!

    define in an early initializer!

    Definition Classes
    AbstractEthTrieEmbeddableEthStylePMTrie
  17. def excluding(key: Subkey): SimpleEthTrie
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  18. def including(key: IndexedSeq[Nibble], value: Seq[Byte]): SimpleEthTrie
    Definition Classes
    AbstractEthTrieEmbeddableEthStylePMTrieTrie
  19. def instantiateSuccessor(newRootHash: EthHash): SimpleEthTrie

    all nodes in the updated path will already have been persisted before this method is called.

    all nodes in the updated path will already have been persisted before this method is called.

    Definition Classes
    SimpleEthTrieEmbeddableEthStylePMTrie
  20. def path(key: Subkey): Path
    Definition Classes
    EmbeddableEthStylePMTrie
  21. def persist(updated: UpdatedPath): Option[EthHash]
    Definition Classes
    EmbeddableEthStylePMTrie
  22. val self: SimpleEthTrie
    Definition Classes
    EmbeddableEthStylePMTrie
  23. def subkeys(branch: Branch): Seq[Nibble]
    Definition Classes
    EmbeddableEthStylePMTrie
  24. object Path
    Definition Classes
    EmbeddableEthStylePMTrie