package
0.0.0-20221004080221-a5ce5ae9203a
Repository: https://github.com/tcfw/didem.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

BloomContains checks if the given bloom filter contains the CID.
MakeBloom constructs a new bloom byte array from a given set of CIDs with a bloom estimation of the total number of CIDs in the set.
No description provided by the author
NewMemStore constructs a new blank MemStore.
NewTxSet constructs a new Merkle tree of TX CIDs and stores the TxSet in the provided store as the Merkle tree reduces to its root node.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
GenesisInfo provides enough information to be used as the genesis block of the block chain.
MemStore implements an in-memory store and metadata store primarily used for testing.
No description provided by the author
No description provided by the author

# Interfaces

MetadataProvider provides indexes and metadata for TXs that have been successfully validates and applied in the block chain The information should be maintainable and rebuildable without a metadata store and should be used as a performance measure for reading blockchain records.
Store provides a means of storing individual components in the blockchain such as blocks, tx, txsets and the like as well as storing the consensus state for persistance between node restarts.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author