This commit is contained in:
manojsdoshi
2022-05-11 23:57:28 +00:00
parent c1b77a4e4e
commit 9aeea1cf29
1248 changed files with 88723 additions and 83819 deletions

View File

@@ -66,11 +66,11 @@ $(function() {
</div><!--header-->
<div class="contents">
<div class="textblock"><p>Classes and functions for handling data and values associated with the Ripple protocol.</p>
<h1><a class="anchor" id="autotoc_md269"></a>
<h1><a class="anchor" id="autotoc_md260"></a>
Serialized Objects</h1>
<p>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.</p>
<p>The term "Tx" or "tx" is an abbreviation for "Transaction", a commonly occurring object type.</p>
<h2><a class="anchor" id="autotoc_md270"></a>
<h2><a class="anchor" id="autotoc_md261"></a>
Optional Fields</h2>
<p>Our serialized fields have some "type magic" to make optional fields easier to read:</p>
<ul>