Namespace Libplanet.Blockchain
Classes
BlockChain<T>
A class have Block<T>s, Transaction<T>s, and the chain information.
BlockChain<T>.TipChangedEventArgs
Provides data for the TipChanged event.
IncompleteBlockStatesException
The exception that is thrown when a BlockChain<T> have not calculated the complete states for all blocks, but an operation that needs some lacked states is requested.