Class TxFormat
Inheritance
System.Object
TxFormat
Namespace: Xrpl.BinaryCodec.Transactions
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class TxFormat : Dictionary<Field, TxFormat.Requirement>
Constructors
| Improve this Doc View SourceTxFormat()
Declaration
public TxFormat()
Fields
| Improve this Doc View SourceFormats
Declaration
public static Dictionary<TransactionType, TxFormat> Formats
Field Value
| Type | Description |
|---|---|
| Dictionary<TransactionType, TxFormat> |
Methods
| Improve this Doc View SourceValidate(StObject)
Declaration
public static void Validate(StObject obj)
Parameters
| Type | Name | Description |
|---|---|---|
| StObject | obj |