This commit is contained in:
manojsdoshi
2020-06-30 22:25:39 +00:00
parent afa79b0356
commit 76ee98eab2
3262 changed files with 114349 additions and 92216 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_md213"></a>
<h1><a class="anchor" id="autotoc_md245"></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_md214"></a>
<h2><a class="anchor" id="autotoc_md246"></a>
Optional Fields</h2>
<p>Our serialized fields have some "type magic" to make optional fields easier to read:</p>
<ul>