Show / Hide Table of Contents

Class FungibleAssetStateCompleters<T>

Predefined built-in state completers that satisfy FungibleAssetStateCompleter<T> delegate.

Inheritance
Object
FungibleAssetStateCompleters<T>
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 Source

ComplementAll

See ComplementAll.

Declaration
public static readonly FungibleAssetStateCompleter<T> ComplementAll
Field Value
Type Description
FungibleAssetStateCompleter<T>
| Improve this Doc View Source

ComplementLatest

See ComplementLatest.

Declaration
public static readonly FungibleAssetStateCompleter<T> ComplementLatest
Field Value
Type Description
FungibleAssetStateCompleter<T>
| Improve this Doc View Source

Recalculate

See Recalculate.

Declaration
public static readonly FungibleAssetStateCompleter<T> Recalculate
Field Value
Type Description
FungibleAssetStateCompleter<T>
| Improve this Doc View Source

Reject

Rejects to complement incomplete state and throws an IncompleteBlockStatesException.

Declaration
public static readonly FungibleAssetStateCompleter<T> Reject
Field Value
Type Description
FungibleAssetStateCompleter<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium