This commit is contained in:
manojsdoshi
2021-01-27 00:52:49 +00:00
parent 46ee4c24ed
commit 7ffc2e332b
2825 changed files with 90173 additions and 62954 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_md261"></a>
<h1><a class="anchor" id="autotoc_md272"></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_md262"></a>
<h2><a class="anchor" id="autotoc_md273"></a>
Optional Fields</h2>
<p>Our serialized fields have some "type magic" to make optional fields easier to read:</p>
<ul>