Enum HashPrefix
hash prefix
Namespace: Xrpl.BinaryCodec.Hashing
Assembly: Xrpl.BinaryCodec.dll
Syntax
public enum HashPrefix : uint
Fields
| Name | Description |
|---|---|
| AccountStateEntry | AccountStateEntry |
| Batch | Batch |
| InnerNode | inner node in tree |
| LedgerHeader | ledger master data for signing |
| PaymentChannelClaim | PaymentChannelClaim |
| Proposal | Proposal |
| Transaction | Transaction |
| TransactionId | TransactionId |
| TransactionMultiSig | TransactionMultiSig |
| TransactionSig | TransactionSig |
| Validation | Validation |