| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Blockchain.Database.MerklePatricia.NodeData
- type Key = NibbleString
- type Val = RLPObject
- data NodeData
- = EmptyNodeData
- | FullNodeData { }
- | ShortcutNodeData { }
- data NodeRef
- emptyRef :: NodeRef
Documentation
type Key = NibbleString Source #
The type of the database key
Constructors
| EmptyNodeData | |
| FullNodeData | |
| ShortcutNodeData | |
Constructors
| SmallRef ByteString | |
| PtrRef StateRoot |