Class FungibleAssetStateCompleters<T>
Predefined built-in state completers that satisfy FungibleAssetStateCompleter<T> delegate.
Namespace: Libplanet.Blockchain
Assembly: Libplanet.dll
Syntax
public static class FungibleAssetStateCompleters<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 FungibleAssetStateCompleter<T> ComplementAll
Field Value
Type | Description |
---|---|
FungibleAssetStateCompleter<T> |
ComplementLatest
See ComplementLatest.
Declaration
public static readonly FungibleAssetStateCompleter<T> ComplementLatest
Field Value
Type | Description |
---|---|
FungibleAssetStateCompleter<T> |
Recalculate
See Recalculate.
Declaration
public static readonly FungibleAssetStateCompleter<T> Recalculate
Field Value
Type | Description |
---|---|
FungibleAssetStateCompleter<T> |
Reject
Rejects to complement incomplete state and throws an IncompleteBlockStatesException.
Declaration
public static readonly FungibleAssetStateCompleter<T> Reject
Field Value
Type | Description |
---|---|
FungibleAssetStateCompleter<T> |