Class StateCompleters<T>
Predefined built-in state completers that satisfy StateCompleter<T> delegate.
Namespace: Libplanet.Blockchain
Assembly: Libplanet.dll
Syntax
public static class StateCompleters<T> : object where T : IAction, new()
Type Parameters
Name | Description |
---|---|
T | An IAction type. It should match to BlockChain<T>'s type parameter. |
Fields
| Improve this Doc View SourceComplementAll
See ComplementAll.
Declaration
public static readonly StateCompleter<T> ComplementAll
Field Value
Type | Description |
---|---|
StateCompleter<T> |
ComplementLatest
See ComplementLatest.
Declaration
public static readonly StateCompleter<T> ComplementLatest
Field Value
Type | Description |
---|---|
StateCompleter<T> |
Recalculate
See Recalculate.
Declaration
public static readonly StateCompleter<T> Recalculate
Field Value
Type | Description |
---|---|
StateCompleter<T> |
Reject
Rejects to complement incomplete states and throws an IncompleteBlockStatesException.
Declaration
public static readonly StateCompleter<T> Reject
Field Value
Type | Description |
---|---|
StateCompleter<T> |