Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6408ea9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Jan 30, 2024
1 parent 4370697 commit cfa8458
Show file tree
Hide file tree
Showing 82 changed files with 322 additions and 286 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `start_cross_chain_message_listener` fn in crate `cross_domain_message_gossip`."><title>start_cross_chain_message_listener in cross_domain_message_gossip - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-4e54bb2b497cc83f.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="cross_domain_message_gossip" data-themes="" data-resource-suffix="" data-rustdoc-version="1.77.0-nightly (25f8d01fd 2024-01-18)" data-channel="nightly" data-search-js="search-dd67cee4cfa65049.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-f2adc0d6ca4d09fb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-0b2e2def73e61cbe.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-04d5337699b92874.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../cross_domain_message_gossip/index.html">cross_domain_message_gossip</a><span class="version">0.1.0</span></h2></div><div class="sidebar-elems"></div></nav><div class="sidebar-resizer"></div>
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../cross_domain_message_gossip/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Function <a href="index.html">cross_domain_message_gossip</a>::<wbr><a class="fn" href="#">start_cross_chain_message_listener</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../src/cross_domain_message_gossip/message_listener.rs.html#16-77">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub async fn start_cross_chain_message_listener&lt;Client, TxPool, TxnListener, CNetwork&gt;(
chain_id: ChainId,
chain_id: <a class="enum" href="../sp_messenger/messages/enum.ChainId.html" title="enum sp_messenger::messages::ChainId">ChainId</a>,
client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;Client&gt;,
tx_pool: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;TxPool&gt;,
network: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CNetwork&gt;,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</div></details><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-GossipWorkerBuilder" class="impl"><a class="src rightside" href="../src/cross_domain_message_gossip/gossip_worker.rs.html#46-104">source</a><a href="#impl-GossipWorkerBuilder" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.GossipWorkerBuilder.html" title="struct cross_domain_message_gossip::GossipWorkerBuilder">GossipWorkerBuilder</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../src/cross_domain_message_gossip/gossip_worker.rs.html#49-57">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Construct a gossip worker builder</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.push_chain_tx_pool_sink" class="method"><a class="src rightside" href="../src/cross_domain_message_gossip/gossip_worker.rs.html#60-62">source</a><h4 class="code-header">pub fn <a href="#method.push_chain_tx_pool_sink" class="fn">push_chain_tx_pool_sink</a>(
&amp;mut self,
chain_id: ChainId,
chain_id: <a class="enum" href="../sp_messenger/messages/enum.ChainId.html" title="enum sp_messenger::messages::ChainId">ChainId</a>,
tx_pool_sink: <a class="type" href="type.ChainTxPoolSink.html" title="type cross_domain_message_gossip::ChainTxPoolSink">ChainTxPoolSink</a>
)</h4></section></summary><div class="docblock"><p>Collect the chain tx pool sink that will be used by the gossip message worker later.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.gossip_msg_sink" class="method"><a class="src rightside" href="../src/cross_domain_message_gossip/gossip_worker.rs.html#65-67">source</a><h4 class="code-header">pub fn <a href="#method.gossip_msg_sink" class="fn">gossip_msg_sink</a>(&amp;self) -&gt; TracingUnboundedSender&lt;<a class="struct" href="struct.Message.html" title="struct cross_domain_message_gossip::Message">Message</a>&gt;</h4></section></summary><div class="docblock"><p>Get the gossip message sink</p>
Expand Down
Loading

0 comments on commit cfa8458

Please sign in to comment.