Show / Hide Table of Contents

Class ShaMap

Inheritance
object
ShaMapNode
ShaMapInner
ShaMap
AccountState
TransactionTree
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 ShaMap : ShaMapInner

Constructors

| Edit this page View Source

ShaMap()

Declaration
public ShaMap()
| Edit this page View Source

ShaMap(bool, int)

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

Methods

| Edit this page View Source

Copy()

Declaration
public virtual ShaMap Copy()
Returns
Type Description
ShaMap
| 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
ShaMapInner.MakeInnerOfSameClass(int)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX