mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
Regen docsite
This commit is contained in:
4
docs/build/html/tutorial-contract.html
vendored
4
docs/build/html/tutorial-contract.html
vendored
@ -174,7 +174,9 @@
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/codesets.js"></script><div class="section" id="writing-a-contract">
|
||||
<h1>Writing a contract<a class="headerlink" href="#writing-a-contract" title="Permalink to this headline">¶</a></h1>
|
||||
<p>This tutorial will take you through how the commercial paper contract works.</p>
|
||||
<p>This tutorial will take you through how the commercial paper contract works. This uses a simple contract structure of
|
||||
everything being in one contract class, while most actual contracts in Corda are broken into clauses (which we’ll
|
||||
discuss in the next tutorial). You can see the full Kotlin version of this contract in the code as <code class="docutils literal"><span class="pre">CommercialPaperLegacy</span></code>.</p>
|
||||
<p>The code in this tutorial is available in both Kotlin and Java. You can quickly switch between them to get a feeling
|
||||
for how Kotlin syntax works.</p>
|
||||
<div class="section" id="starting-the-commercial-paper-class">
|
||||
|
Reference in New Issue
Block a user