Show / Hide Table of Contents

Class StateCompleters<T>

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

Inheritance
Object
StateCompleters<T>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Blockchain
Assembly: Libplanet.dll
Syntax
public static class StateCompleters<T>
    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 StateCompleter<T> ComplementAll
Field Value
Type Description
StateCompleter<T>
| Improve this Doc View Source

ComplementLatest

See ComplementLatest.

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

Recalculate

See Recalculate.

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

Reject

Rejects to complement incomplete state and throws an IncompleteBlockStatesException.

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