Show / Hide Table of Contents

Class FieldType

Inheritance
object
EnumItem
FieldType
Inherited Members
EnumItem.Ordinal
EnumItem.Name
EnumItem.CompareTo(EnumItem)
EnumItem.ToString()
EnumItem.GetHashCode()
Namespace: Xrpl.BinaryCodec.Enums
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class FieldType : EnumItem

Constructors

| Edit this page View Source

FieldType(string, int)

Declaration
public FieldType(string name, int ordinal)
Parameters
Type Name Description
string name
int ordinal

Fields

| Edit this page View Source

AccountId

Declaration
public static readonly FieldType AccountId
Field Value
Type Description
FieldType
| Edit this page View Source

Amount

Declaration
public static readonly FieldType Amount
Field Value
Type Description
FieldType
| Edit this page View Source

Blob

Declaration
public static readonly FieldType Blob
Field Value
Type Description
FieldType
| Edit this page View Source

Currency

Currency type for Oracle price data (ordinal 26).

Declaration
public static readonly FieldType Currency
Field Value
Type Description
FieldType
| Edit this page View Source

Done

Declaration
public static readonly FieldType Done
Field Value
Type Description
FieldType
| Edit this page View Source

Hash128

Declaration
public static readonly FieldType Hash128
Field Value
Type Description
FieldType
| Edit this page View Source

Hash160

Declaration
public static readonly FieldType Hash160
Field Value
Type Description
FieldType
| Edit this page View Source

Hash192

Declaration
public static readonly FieldType Hash192
Field Value
Type Description
FieldType
| Edit this page View Source

Hash256

Declaration
public static readonly FieldType Hash256
Field Value
Type Description
FieldType
| Edit this page View Source

Issue

Declaration
public static readonly FieldType Issue
Field Value
Type Description
FieldType
| Edit this page View Source

LedgerEntry

Declaration
public static readonly FieldType LedgerEntry
Field Value
Type Description
FieldType
| Edit this page View Source

Metadata

Declaration
public static readonly FieldType Metadata
Field Value
Type Description
FieldType
| Edit this page View Source

NotPresent

Declaration
public static readonly FieldType NotPresent
Field Value
Type Description
FieldType
| Edit this page View Source

PathSet

Declaration
public static readonly FieldType PathSet
Field Value
Type Description
FieldType
| Edit this page View Source

StArray

Declaration
public static readonly FieldType StArray
Field Value
Type Description
FieldType
| Edit this page View Source

StObject

Declaration
public static readonly FieldType StObject
Field Value
Type Description
FieldType
| Edit this page View Source

Transaction

Declaration
public static readonly FieldType Transaction
Field Value
Type Description
FieldType
| Edit this page View Source

Uint16

Declaration
public static readonly FieldType Uint16
Field Value
Type Description
FieldType
| Edit this page View Source

Uint32

Declaration
public static readonly FieldType Uint32
Field Value
Type Description
FieldType
| Edit this page View Source

Uint64

Declaration
public static readonly FieldType Uint64
Field Value
Type Description
FieldType
| Edit this page View Source

Uint8

Declaration
public static readonly FieldType Uint8
Field Value
Type Description
FieldType
| Edit this page View Source

Unknown

Declaration
public static readonly FieldType Unknown
Field Value
Type Description
FieldType
| Edit this page View Source

Validation

Declaration
public static readonly FieldType Validation
Field Value
Type Description
FieldType
| Edit this page View Source

Values

Declaration
public static Enumeration<FieldType> Values
Field Value
Type Description
Enumeration<FieldType>
| Edit this page View Source

Vector256

Declaration
public static readonly FieldType Vector256
Field Value
Type Description
FieldType
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX