mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-04-29 15:37:50 +00:00
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.
14e76e68ea/src/enums/definitions.json (L832)- https://github.com/ripple/rippled/search?utf8=%E2%9C%93&q=taker_gets_funded&type=
isSigningField
True unless the field is specified with SField::notSigning.
Transaction Results
TODO
Transaction Types
TODO