Show / Hide Table of Contents

Class ShaMapDiff

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

Fields

| Edit this page View Source

A

Declaration
public readonly ShaMap A
Field Value
Type Description
ShaMap
| Edit this page View Source

Added

Declaration
public readonly SortedSet<Hash256> Added
Field Value
Type Description
SortedSet<Hash256>
| Edit this page View Source

B

Declaration
public readonly ShaMap B
Field Value
Type Description
ShaMap
| Edit this page View Source

Deleted

Declaration
public readonly SortedSet<Hash256> Deleted
Field Value
Type Description
SortedSet<Hash256>
| Edit this page View Source

Modified

Declaration
public readonly SortedSet<Hash256> Modified
Field Value
Type Description
SortedSet<Hash256>

Methods

| Edit this page View Source

Apply(ShaMap)

Declaration
public void Apply(ShaMap sa)
Parameters
Type Name Description
ShaMap sa
| Edit this page View Source

Find(ShaMap, ShaMap)

Declaration
public static ShaMapDiff Find(ShaMap a, ShaMap b)
Parameters
Type Name Description
ShaMap a
ShaMap b
Returns
Type Description
ShaMapDiff
| Edit this page View Source

Inverted()

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