Show / Hide Table of Contents

Class LedgerEntryType

Inheritance
object
EnumItem
SerializedEnumItem<ushort>
LedgerEntryType
Implements
ISerializedType
Inherited Members
SerializedEnumItem<ushort>.Bytes
SerializedEnumItem<ushort>.ToBytes(IBytesSink)
SerializedEnumItem<ushort>.ToJson()
EnumItem.Ordinal
EnumItem.Name
EnumItem.CompareTo(EnumItem)
EnumItem.ToString()
EnumItem.GetHashCode()
Namespace: Xrpl.BinaryCodec.Enums
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class LedgerEntryType : SerializedEnumItem<ushort>, ISerializedType

Fields

| Edit this page View Source

AccountRoot

Declaration
public static readonly LedgerEntryType AccountRoot
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

Contract

Declaration
public static readonly LedgerEntryType Contract
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

DID

Represents a Decentralized Identifier (DID) object in the ledger.

Declaration
public static readonly LedgerEntryType DID
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

DirectoryNode

Declaration
public static readonly LedgerEntryType DirectoryNode
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

EnabledAmendments

Declaration
public static readonly LedgerEntryType EnabledAmendments
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

FeeSettings

Declaration
public static readonly LedgerEntryType FeeSettings
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

GeneratorMap

Declaration
public static readonly LedgerEntryType GeneratorMap
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

Invalid

Declaration
public static readonly LedgerEntryType Invalid
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

LedgerHashes

Declaration
public static readonly LedgerEntryType LedgerHashes
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

MPToken

Represents an MPT holder object in the ledger.

Declaration
public static readonly LedgerEntryType MPToken
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

MPTokenIssuance

Represents an MPT issuance object in the ledger.

Declaration
public static readonly LedgerEntryType MPTokenIssuance
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

Offer

Declaration
public static readonly LedgerEntryType Offer
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

Oracle

Represents a price oracle object in the ledger.

Declaration
public static readonly LedgerEntryType Oracle
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

PermissionedDomain

Represents a permissioned domain object in the ledger.

Declaration
public static readonly LedgerEntryType PermissionedDomain
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

RippleState

Declaration
public static readonly LedgerEntryType RippleState
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

SignerList

Declaration
public static readonly LedgerEntryType SignerList
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

Ticket

Declaration
public static readonly LedgerEntryType Ticket
Field Value
Type Description
LedgerEntryType
| Edit this page View Source

Values

Declaration
public static LedgerEntryType.Enumeration Values
Field Value
Type Description
LedgerEntryType.Enumeration

Methods

| Edit this page View Source

FromJson(JsonNode)

Declaration
public static LedgerEntryType FromJson(JsonNode jToken)
Parameters
Type Name Description
JsonNode jToken
Returns
Type Description
LedgerEntryType

Implements

ISerializedType

Extension Methods

StExtensions.ToDebuggedHex(ISerializedType)
StExtensions.ToHex(ISerializedType)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX