Show / Hide Table of Contents

Namespace Libplanet.Blockchain.Policies

Classes

BlockPolicy<T>

A default implementation of IBlockPolicy<T> interface.

VolatileStagePolicy<T>

In-memory staged transactions.

Interfaces

IBlockPolicy<T>

An interface to determine if consecutive Block<T>s are valid, and to suggest how difficult a Nonce for a Block<T> to be mined.

IStagePolicy<T>

The interface to configure a BlockChain<T>'s strategy to deal with staged transactions.

In This Article
Back to top Copyright © 2018–2021 Planetarium