Show / Hide Table of Contents

Class LedgerEntry

Inheritance
object
LedgerEntry
Implements
IShaMapItem<LedgerEntry>
Namespace: Xrpl.BinaryCodec.ShaMapTree
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class LedgerEntry : IShaMapItem<LedgerEntry>

Constructors

| Edit this page View Source

LedgerEntry(StObject)

Declaration
public LedgerEntry(StObject entry)
Parameters
Type Name Description
StObject entry

Fields

| Edit this page View Source

Entry

Declaration
public readonly StObject Entry
Field Value
Type Description
StObject

Methods

| Edit this page View Source

Copy()

Declaration
public IShaMapItem<LedgerEntry> Copy()
Returns
Type Description
IShaMapItem<LedgerEntry>
| Edit this page View Source

Index()

Declaration
public Hash256 Index()
Returns
Type Description
Hash256
| Edit this page View Source

Prefix()

Declaration
public HashPrefix Prefix()
Returns
Type Description
HashPrefix
| Edit this page View Source

ToBytes(IBytesSink)

Declaration
public void ToBytes(IBytesSink sink)
Parameters
Type Name Description
IBytesSink sink
| Edit this page View Source

Value()

Declaration
public LedgerEntry Value()
Returns
Type Description
LedgerEntry

Implements

IShaMapItem<T>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX