Files
xahau.js/packages/ripple-binary-codec/src/enums

Definitions

Types

TODO

Ledger Entry Types

TODO

Fields

These are Serialization Fields (sf) defined in rippled's SField.cpp.

Key

The key is the string defined in the rippled source code, such as "LedgerEntry", "Transaction", etc.

nth

nth is the index used to make an SField field code.

isVLEncoded

If true, the field is Variable Length encoded. The variable-length encoded fields are STI_VL/Blob, STI_ACCOUNT/AccountID, and STI_VECTOR256/Vector256.

isSerialized

Fields are serialized if they are not one of these or if they are not an SField.

isSigningField

True unless the field is specified with SField::notSigning.

Transaction Results

TODO

Transaction Types

TODO