Show / Hide Table of Contents

Class ShaMapLeaf

Inheritance
object
ShaMapNode
ShaMapLeaf
Inherited Members
ShaMapNode.CachedHash
ShaMapNode.AsLeaf()
ShaMapNode.AsInner()
ShaMapNode.Invalidate()
ShaMapNode.Hash()
ShaMapNode.CreateHash()
ShaMapNode.WalkAnyLeaves(OnLeaf)
Namespace: Xrpl.BinaryCodec.ShaMapTree
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class ShaMapLeaf : ShaMapNode

Constructors

| Edit this page View Source

ShaMapLeaf(Hash256, IShaMapItem<object>)

Declaration
protected ShaMapLeaf(Hash256 index, IShaMapItem<object> item)
Parameters
Type Name Description
Hash256 index
IShaMapItem<object> item

Fields

| Edit this page View Source

Index

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

Item

Declaration
public IShaMapItem<object> Item
Field Value
Type Description
IShaMapItem<object>
| Edit this page View Source

Version

Declaration
public long Version
Field Value
Type Description
long

Properties

| Edit this page View Source

IsInner

Declaration
public override bool IsInner { get; }
Property Value
Type Description
bool
Overrides
ShaMapNode.IsInner
| Edit this page View Source

IsLeaf

Declaration
public override bool IsLeaf { get; }
Property Value
Type Description
bool
Overrides
ShaMapNode.IsLeaf

Methods

| Edit this page View Source

Copy()

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

ToBytesSink(IBytesSink)

Declaration
public override void ToBytesSink(IBytesSink sink)
Parameters
Type Name Description
IBytesSink sink
Overrides
ShaMapNode.ToBytesSink(IBytesSink)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX