merkle-patricia-db-0.1.0: A modified Merkle Patricia DB

Safe HaskellNone
LanguageHaskell2010

Blockchain.Database.MerklePatricia.InternalMem

Synopsis

Documentation

data MPMem Source #

Constructors

MPMem 

Fields

Instances

type Key = NibbleString Source #

The type of the database key

type Val = RLPObject Source #

The type of the values in the database