You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merkletree: Simple datastructure to build hash references of data (uses SHA256 for hashing)
Block: Contains a merkletree, the prev_block_hash, nonce and current block hash.
Chain: Mine new blocks and add to the vector of blocks