Skip to content

Commit

Permalink
Deployed 645ac0a to head with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Feb 6, 2025
1 parent ccfddda commit 65c0b75
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion head/reference/firefly_interface_format/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3756,7 +3756,7 @@ <h3 id="schema-details">Schema details<a class="headerlink" href="#schema-detail
<a id="__codelineno-4-5" name="__codelineno-4-5" href="#__codelineno-4-5"></a><span class="p">}</span>
</code></pre></div>
<h2 id="automated-generation-of-firefly-interfaces">Automated generation of FireFly Interfaces<a class="headerlink" href="#automated-generation-of-firefly-interfaces" title="Permanent link">&para;</a></h2>
<p>A convenience endpoint exists on the API to facilitate converting from native blockchain interface formats such as an Ethereum ABI to the FireFly Interface format. For details, please see the <a href="/swagger/#/Default%20Namespace/postGenerateContractInterface" data-proofer-ignore>API documentation for the contract interface generation endpoint</a>.</p>
<p>A convenience endpoint exists on the API to facilitate converting from native blockchain interface formats such as an Ethereum ABI to the FireFly Interface format. For details, please see the <a href="../../swagger/#/Default%20Namespace/postGenerateContractInterface" data-proofer-ignore>API documentation for the contract interface generation endpoint</a>.</p>
<p>For an example of using this endpoint with a specific Ethereum contract, please see the <a href="../../tutorials/custom_contracts/">Tutorial to Work with custom smart contracts</a>.</p>
<h2 id="full-example">Full Example<a class="headerlink" href="#full-example" title="Permanent link">&para;</a></h2>
<p>Putting it all together, here is a full example of the FireFly Interface format with all the fields filled in:</p>
Expand Down
Binary file modified head/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion head/tutorials/broadcast_data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3755,7 +3755,7 @@ <h2 id="quick-reference">Quick reference<a class="headerlink" href="#quick-refer
<h2 id="additional-info">Additional info<a class="headerlink" href="#additional-info" title="Permanent link">&para;</a></h2>
<ul>
<li>Key Concepts: <a href="../../overview/multiparty/broadcast/">Broadcast / shared data</a></li>
<li>Swagger Reference: <a href="/swagger/#/Default%20Namespace/postNewMessageBroadcast" data-proofer-ignore>POST /api/v1/namespaces/{ns}/messages/broadcast</a></li>
<li>Swagger Reference: <a href="../../swagger/#/Default%20Namespace/postNewMessageBroadcast" data-proofer-ignore>POST /api/v1/namespaces/{ns}/messages/broadcast</a></li>
</ul>
<h2 id="example-1-inline-string-data">Example 1: Inline string data<a class="headerlink" href="#example-1-inline-string-data" title="Permanent link">&para;</a></h2>
<p><code>POST</code> <code>/api/v1/namespaces/default/messages/broadcast</code></p>
Expand Down
2 changes: 1 addition & 1 deletion head/tutorials/create_custom_identity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3805,7 +3805,7 @@ <h2 id="quick-reference">Quick reference<a class="headerlink" href="#quick-refer
<h2 id="additional-info">Additional info<a class="headerlink" href="#additional-info" title="Permanent link">&para;</a></h2>
<ul>
<li>Reference: <a href="../../reference/identities/">Identities</a></li>
<li>Swagger: <a href="/swagger/#/Default%20Namespace/postNewIdentity" data-proofer-ignore>POST /api/v1/identities</a></li>
<li>Swagger: <a href="../../swagger/#/Default%20Namespace/postNewIdentity" data-proofer-ignore>POST /api/v1/identities</a></li>
</ul>
<h2 id="previous-steps-start-your-environment">Previous steps: Start your environment<a class="headerlink" href="#previous-steps-start-your-environment" title="Permanent link">&para;</a></h2>
<p>If you haven't started a FireFly stack already, please go to the Getting Started guide on how to <a href="../../gettingstarted/setup_env/">Start your environment</a></p>
Expand Down
2 changes: 1 addition & 1 deletion head/tutorials/define_datatype/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3681,7 +3681,7 @@ <h2 id="quick-reference">Quick reference<a class="headerlink" href="#quick-refer
<h2 id="additional-info">Additional info<a class="headerlink" href="#additional-info" title="Permanent link">&para;</a></h2>
<ul>
<li>Key Concepts: <a href="../../overview/multiparty/broadcast/">Broadcast / shared data</a></li>
<li>Swagger: <a href="/swagger/#/Default%20Namespace/postNewDatatype" data-proofer-ignore>POST /api/v1/namespaces/{ns}/datatypes</a></li>
<li>Swagger: <a href="../../swagger/#/Default%20Namespace/postNewDatatype" data-proofer-ignore>POST /api/v1/namespaces/{ns}/datatypes</a></li>
</ul>
<h3 id="example-1-broadcast-new-datatype">Example 1: Broadcast new datatype<a class="headerlink" href="#example-1-broadcast-new-datatype" title="Permanent link">&para;</a></h3>
<p><code>POST</code> <code>/api/v1/namespaces/{ns}/datatypes</code></p>
Expand Down
2 changes: 1 addition & 1 deletion head/tutorials/private_send/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3797,7 +3797,7 @@ <h2 id="quick-reference">Quick reference<a class="headerlink" href="#quick-refer
<h2 id="additional-info">Additional info<a class="headerlink" href="#additional-info" title="Permanent link">&para;</a></h2>
<ul>
<li>Key Concepts: <a href="../../overview/multiparty/data_exchange/">Private data exchange</a></li>
<li>Swagger: <a href="/swagger/#/Default%20Namespace/postNewMessagePrivate" data-proofer-ignore>POST /api/v1/namespaces/{ns}/messages/private</a></li>
<li>Swagger: <a href="../../swagger/#/Default%20Namespace/postNewMessagePrivate" data-proofer-ignore>POST /api/v1/namespaces/{ns}/messages/private</a></li>
</ul>
<h2 id="example-1-pinned-private-send-of-in-line-string-data">Example 1: Pinned private send of in-line string data<a class="headerlink" href="#example-1-pinned-private-send-of-in-line-string-data" title="Permanent link">&para;</a></h2>
<p><code>POST</code> <code>/api/v1/namespaces/default/messages/private</code></p>
Expand Down
2 changes: 1 addition & 1 deletion head/tutorials/query_messages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3652,7 +3652,7 @@ <h2 id="quick-reference">Quick reference<a class="headerlink" href="#quick-refer
<h2 id="additional-info">Additional info<a class="headerlink" href="#additional-info" title="Permanent link">&para;</a></h2>
<ul>
<li>Reference: <a href="../../reference/api_query_syntax/">API Query Syntax</a></li>
<li>Swagger: <a href="/swagger/#/Default%20Namespace/getMsgs" data-proofer-ignore>GET /api/v1/namespaces/{ns}/messages</a></li>
<li>Swagger: <a href="../../swagger/#/Default%20Namespace/getMsgs" data-proofer-ignore>GET /api/v1/namespaces/{ns}/messages</a></li>
</ul>
<h3 id="example-1-query-confirmed-messages">Example 1: Query confirmed messages<a class="headerlink" href="#example-1-query-confirmed-messages" title="Permanent link">&para;</a></h3>
<p>These are the messages ready to be processed in your application.
Expand Down

0 comments on commit 65c0b75

Please sign in to comment.