class MapDatabase extends Database[Char, String, Keccak256]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapDatabase
- Database
- Database
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MapDatabase()
Type Members
-
type
Branch = EmbeddableEthStylePMTrie.Branch[Char, String, Keccak256]
- Definition Classes
- Database
-
type
Extension = EmbeddableEthStylePMTrie.Extension[Char, String, Keccak256]
- Definition Classes
- Database
-
type
Leaf = EmbeddableEthStylePMTrie.Leaf[Char, String, Keccak256]
- Definition Classes
- Database
-
type
Node = EmbeddableEthStylePMTrie.Node[Char, String, Keccak256]
- Definition Classes
- Database
-
type
NodeSource = EmbeddableEthStylePMTrie.NodeSource[Char, String, Keccak256]
- Definition Classes
- Database
-
type
Subkey = IndexedSeq[Char]
- Definition Classes
- Database
Value Members
-
val
Branch: EmbeddableEthStylePMTrie.Branch.type
- Definition Classes
- Database
-
val
Empty: EmbeddableEthStylePMTrie.Empty.type
- Definition Classes
- Database
-
def
EmptyHash: Keccak256
- Definition Classes
- MapDatabase → Database → Database
-
val
Extension: EmbeddableEthStylePMTrie.Extension.type
- Definition Classes
- Database
-
val
Leaf: EmbeddableEthStylePMTrie.Leaf.type
- Definition Classes
- Database
-
val
NodeSource: EmbeddableEthStylePMTrie.NodeSource.type
- Definition Classes
- Database
-
def
apply(hash: Keccak256): Node
- Definition Classes
- MapDatabase → Database → Database
-
def
dereference(source: NodeSource): Node
- Definition Classes
- MapDatabase → Database
-
def
put(hash: Keccak256, node: Node): Unit
- Definition Classes
- MapDatabase → Database → Database
-
def
reference(node: Node): NodeSource
- Definition Classes
- MapDatabase → Database
-
def
rootReference(node: Node): NodeSource
- Definition Classes
- MapDatabase → Database