Show / Hide Table of Contents

Class WorldBaseState

A default implementation of IWorldState interface. It acts as root state of World recursion.

Inheritance
Object
WorldBaseState
Implements
IWorldState
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
System.Object.ToString()
Namespace: Libplanet.Action.State
Assembly: Libplanet.Action.dll
Syntax
public class WorldBaseState : IWorldState

Constructors

| Improve this Doc View Source

WorldBaseState(ITrie, IStateStore)

A default implementation of IWorldState interface. It acts as root state of World recursion.

Declaration
public WorldBaseState(ITrie trie, IStateStore stateStore)
Parameters
Type Name Description
ITrie trie
IStateStore stateStore

Properties

| Improve this Doc View Source

Legacy

Whether IWorldState is in legacy state or not.

Declaration
public bool Legacy { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Trie

The ITrie of the IWorldState.

Declaration
public ITrie Trie { get; }
Property Value
Type Description
ITrie

Methods

| Improve this Doc View Source

GetAccountState(Address)

A default implementation of IWorldState interface. It acts as root state of World recursion.

Declaration
public IAccountState GetAccountState(Address address)
Parameters
Type Name Description
Address address
Returns
Type Description
IAccountState

Implements

IWorldState
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium