Class LedgerEntryType
Inheritance
object
LedgerEntryType
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
|
Edit this page
View Source
Contract
Declaration
public static readonly LedgerEntryType Contract
Field Value
|
Edit this page
View Source
DID
Represents a Decentralized Identifier (DID) object in the ledger.
Declaration
public static readonly LedgerEntryType DID
Field Value
|
Edit this page
View Source
DirectoryNode
Declaration
public static readonly LedgerEntryType DirectoryNode
Field Value
|
Edit this page
View Source
EnabledAmendments
Declaration
public static readonly LedgerEntryType EnabledAmendments
Field Value
|
Edit this page
View Source
FeeSettings
Declaration
public static readonly LedgerEntryType FeeSettings
Field Value
|
Edit this page
View Source
GeneratorMap
Declaration
public static readonly LedgerEntryType GeneratorMap
Field Value
|
Edit this page
View Source
Invalid
Declaration
public static readonly LedgerEntryType Invalid
Field Value
|
Edit this page
View Source
LedgerHashes
Declaration
public static readonly LedgerEntryType LedgerHashes
Field Value
|
Edit this page
View Source
MPToken
Represents an MPT holder object in the ledger.
Declaration
public static readonly LedgerEntryType MPToken
Field Value
|
Edit this page
View Source
MPTokenIssuance
Represents an MPT issuance object in the ledger.
Declaration
public static readonly LedgerEntryType MPTokenIssuance
Field Value
|
Edit this page
View Source
Offer
Declaration
public static readonly LedgerEntryType Offer
Field Value
|
Edit this page
View Source
Oracle
Represents a price oracle object in the ledger.
Declaration
public static readonly LedgerEntryType Oracle
Field Value
|
Edit this page
View Source
PermissionedDomain
Represents a permissioned domain object in the ledger.
Declaration
public static readonly LedgerEntryType PermissionedDomain
Field Value
|
Edit this page
View Source
RippleState
Declaration
public static readonly LedgerEntryType RippleState
Field Value
|
Edit this page
View Source
SignerList
Declaration
public static readonly LedgerEntryType SignerList
Field Value
|
Edit this page
View Source
Ticket
Declaration
public static readonly LedgerEntryType Ticket
Field Value
|
Edit this page
View Source
Values
Declaration
public static LedgerEntryType.Enumeration Values
Field Value
Methods
|
Edit this page
View Source
FromJson(JsonNode)
Declaration
public static LedgerEntryType FromJson(JsonNode jToken)
Parameters
| Type |
Name |
Description |
| JsonNode |
jToken |
|
Returns
Implements
Extension Methods