Show / Hide Table of Contents

Class PathToIndex

Inheritance
object
PathToIndex
Namespace: Xrpl.BinaryCodec.ShaMapTree
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class PathToIndex

Constructors

| Edit this page View Source

PathToIndex(ShaMapInner, Hash256)

Declaration
public PathToIndex(ShaMapInner root, Hash256 index)
Parameters
Type Name Description
ShaMapInner root
Hash256 index

Fields

| Edit this page View Source

Index

Declaration
public Hash256 Index
Field Value
Type Description
Hash256
| Edit this page View Source

Leaf

Declaration
public ShaMapLeaf Leaf
Field Value
Type Description
ShaMapLeaf

Methods

| Edit this page View Source

CollapseOnlyLeafChildInners()

Declaration
public void CollapseOnlyLeafChildInners()
| Edit this page View Source

CopyLeafOnUpdate()

Declaration
public bool CopyLeafOnUpdate()
Returns
Type Description
bool
| Edit this page View Source

DirtyOrCopyInners()

Declaration
public ShaMapInner DirtyOrCopyInners()
Returns
Type Description
ShaMapInner
| Edit this page View Source

HasLeaf()

Declaration
public bool HasLeaf()
Returns
Type Description
bool
| Edit this page View Source

HasMatchedLeaf()

Declaration
public bool HasMatchedLeaf()
Returns
Type Description
bool
| Edit this page View Source

InvalidatedPossiblyCopiedLeafForUpdating()

Declaration
public ShaMapLeaf InvalidatedPossiblyCopiedLeafForUpdating()
Returns
Type Description
ShaMapLeaf
| Edit this page View Source

LeafMatchedIndex()

Declaration
public bool LeafMatchedIndex()
Returns
Type Description
bool
| Edit this page View Source

Top()

Declaration
public ShaMapInner Top()
Returns
Type Description
ShaMapInner
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX