mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Split out and rename STValidation Split out and rename STBlob Split out and rename STAccount Split out STPathSet Split STVector256 and move UintTypes to protocol/ Rename to STBase Rename to STLedgerEntry Rename to SOTemplate Rename to STTx Remove obsolete AgedHistory Remove types.h and add missing includes Remove unnecessary includes in app.h Remove unnecessary includes in app.h Remove include app.h from app1.cpp
15 lines
400 B
Markdown
15 lines
400 B
Markdown
# protocol
|
|
|
|
Classes and functions for handling data and
|
|
values associated with the Ripple protocol.
|
|
|
|
## Serialized Objects
|
|
|
|
In ripple objects transmitted over the network must be
|
|
serialized into a canonical format. The prefix "ST" refers
|
|
to classes that deal with the serialized format of ripple
|
|
objects.
|
|
|
|
The term "Tx" or "tx" is an abbreviation for "Transaction",
|
|
a commonly occurring object type.
|