class MapDatabase extends Database[Node, Keccak256] with NodeHashing[Node, Keccak256] with RootTracking[Keccak256]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapDatabase
- RootTracking
- NodeHashing
- Database
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MapDatabase()
Value Members
-
val
EmptyHash: Keccak256
- Definition Classes
- MapDatabase → Database
-
def
apply(h: Keccak256): Node
- Definition Classes
- MapDatabase → Database
- def gc(roots: Set[Keccak256]): Unit
-
def
hash(node: Node): Keccak256
- Definition Classes
- MapDatabase → NodeHashing
-
def
knowsRoot(h: Keccak256): Boolean
- Definition Classes
- MapDatabase → RootTracking
-
def
markRoot(root: Keccak256): Unit
- Definition Classes
- MapDatabase → RootTracking
-
def
put(h: Keccak256, node: Node): Unit
- Definition Classes
- MapDatabase → Database
-
def
roots: Set[Keccak256]
- Definition Classes
- MapDatabase → RootTracking