Show / Hide Table of Contents

Class AccountState

Inheritance
object
ShaMapNode
ShaMapInner
ShaMap
AccountState
Inherited Members
ShaMapInner.Depth
ShaMapInner.Branches
ShaMapInner.Copy(int)
ShaMapInner.MakeInnerChild()
ShaMapInner.SetLeaf(ShaMapLeaf)
ShaMapInner.WalkLeaves(OnLeaf)
ShaMapInner.WalkTree(ITreeWalker)
ShaMapInner.OnlyChildLeaf()
ShaMapInner.RemoveLeaf(Hash256)
ShaMapInner.GetItem(Hash256)
ShaMapInner.AddItem(Hash256, IShaMapItem<object>)
ShaMapInner.UpdateItem(Hash256, IShaMapItem<object>)
ShaMapInner.HasLeaf(Hash256)
ShaMapInner.GetLeaf(Hash256)
ShaMapInner.AddLeaf(ShaMapLeaf)
ShaMapInner.UpdateLeaf(ShaMapLeaf)
ShaMapInner.PathToIndex(Hash256)
ShaMapInner.SetBranch(Hash256, ShaMapNode)
ShaMapInner.GetBranch(Hash256)
ShaMapInner.GetBranch(int)
ShaMapInner.Branch(int)
ShaMapInner.SelectBranch(Hash256)
ShaMapInner.HasLeaf(int)
ShaMapInner.HasInner(int)
ShaMapInner.HasNone(int)
ShaMapInner.Empty()
ShaMapInner.IsInner
ShaMapInner.IsLeaf
ShaMapInner.ToBytesSink(IBytesSink)
ShaMapInner.Hash()
ShaMapInner.GetLeafForUpdating(Hash256)
ShaMapInner.BranchCount()
ShaMapNode.CachedHash
ShaMapNode.AsLeaf()
ShaMapNode.AsInner()
ShaMapNode.Invalidate()
ShaMapNode.CreateHash()
ShaMapNode.WalkAnyLeaves(OnLeaf)
Namespace: Xrpl.BinaryCodec.ShaMapTree
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class AccountState : ShaMap

Constructors

| Edit this page View Source

AccountState()

Declaration
public AccountState()
| Edit this page View Source

AccountState(bool, int)

Declaration
protected AccountState(bool isCopy, int depth)
Parameters
Type Name Description
bool isCopy
int depth

Methods

| Edit this page View Source

Add(LedgerEntry)

Declaration
public bool Add(LedgerEntry entry)
Parameters
Type Name Description
LedgerEntry entry
Returns
Type Description
bool
| Edit this page View Source

Copy()

Declaration
public AccountState Copy()
Returns
Type Description
AccountState
| Edit this page View Source

FromJson(JsonNode, bool)

Declaration
public static AccountState FromJson(JsonNode jToken, bool normalise = false)
Parameters
Type Name Description
JsonNode jToken
bool normalise
Returns
Type Description
AccountState
| Edit this page View Source

MakeInnerOfSameClass(int)

Declaration
protected override ShaMapInner MakeInnerOfSameClass(int depth)
Parameters
Type Name Description
int depth
Returns
Type Description
ShaMapInner
Overrides
ShaMap.MakeInnerOfSameClass(int)
| Edit this page View Source

Update(LedgerEntry)

Declaration
public bool Update(LedgerEntry readLedgerEntry)
Parameters
Type Name Description
LedgerEntry readLedgerEntry
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX