Class LedgerEntryType
Inheritance
object
LedgerEntryType
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class LedgerEntryType : SerializedEnumItem<ushort>, ISerializedType
Fields
|
Edit this page
View Source
AMM
Declaration
public static readonly LedgerEntryType AMM
Field Value
|
Edit this page
View Source
AccountRoot
Declaration
public static readonly LedgerEntryType AccountRoot
Field Value
|
Edit this page
View Source
Amendments
Declaration
public static readonly LedgerEntryType Amendments
Field Value
|
Edit this page
View Source
Bridge
Declaration
public static readonly LedgerEntryType Bridge
Field Value
|
Edit this page
View Source
Check
Declaration
public static readonly LedgerEntryType Check
Field Value
|
Edit this page
View Source
Contract
Declaration
[Obsolete("Contract is deprecated and no longer used in the protocol.")]
public static readonly LedgerEntryType Contract
Field Value
|
Edit this page
View Source
Credential
Declaration
public static readonly LedgerEntryType Credential
Field Value
|
Edit this page
View Source
DID
Declaration
public static readonly LedgerEntryType DID
Field Value
|
Edit this page
View Source
Delegate
Declaration
public static readonly LedgerEntryType Delegate
Field Value
|
Edit this page
View Source
DepositPreauth
Declaration
public static readonly LedgerEntryType DepositPreauth
Field Value
|
Edit this page
View Source
DirectoryNode
Declaration
public static readonly LedgerEntryType DirectoryNode
Field Value
|
Edit this page
View Source
Escrow
Declaration
public static readonly LedgerEntryType Escrow
Field Value
|
Edit this page
View Source
FeeSettings
Declaration
public static readonly LedgerEntryType FeeSettings
Field Value
|
Edit this page
View Source
GeneratorMap
Declaration
[Obsolete("GeneratorMap is deprecated and no longer used in the protocol.")]
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
Loan
Declaration
public static readonly LedgerEntryType Loan
Field Value
|
Edit this page
View Source
LoanBroker
Declaration
public static readonly LedgerEntryType LoanBroker
Field Value
|
Edit this page
View Source
MPToken
Declaration
public static readonly LedgerEntryType MPToken
Field Value
|
Edit this page
View Source
MPTokenIssuance
Declaration
public static readonly LedgerEntryType MPTokenIssuance
Field Value
|
Edit this page
View Source
NFTokenOffer
Declaration
public static readonly LedgerEntryType NFTokenOffer
Field Value
|
Edit this page
View Source
NFTokenPage
Declaration
public static readonly LedgerEntryType NFTokenPage
Field Value
|
Edit this page
View Source
NegativeUNL
Declaration
public static readonly LedgerEntryType NegativeUNL
Field Value
|
Edit this page
View Source
Offer
Declaration
public static readonly LedgerEntryType Offer
Field Value
|
Edit this page
View Source
Oracle
Declaration
public static readonly LedgerEntryType Oracle
Field Value
|
Edit this page
View Source
PayChannel
Declaration
public static readonly LedgerEntryType PayChannel
Field Value
|
Edit this page
View Source
PermissionedDomain
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
|
Edit this page
View Source
Vault
Declaration
public static readonly LedgerEntryType Vault
Field Value
|
Edit this page
View Source
XChainOwnedClaimID
Declaration
public static readonly LedgerEntryType XChainOwnedClaimID
Field Value
|
Edit this page
View Source
XChainOwnedCreateAccountClaimID
Declaration
public static readonly LedgerEntryType XChainOwnedCreateAccountClaimID
Field Value
Properties
|
Edit this page
View Source
EnabledAmendments
Declaration
[Obsolete("Use Amendments instead. EnabledAmendments is the legacy name.")]
public static LedgerEntryType EnabledAmendments { get; }
Property 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