Skip to content

Commit

Permalink
Publishing master documentation
Browse files Browse the repository at this point in the history
Signed-off-by: sorabot <bot@soramitsu.co.jp>
  • Loading branch information
sorabot committed Oct 16, 2024
1 parent 4b37383 commit 7874ad8
Show file tree
Hide file tree
Showing 23 changed files with 112 additions and 151 deletions.
26 changes: 13 additions & 13 deletions docs/master/doc/eth_bridge_rpc/trait.EthBridgeRuntimeApi.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/master/doc/framenode_runtime/trait.OnPswapBurned.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
fn <a href="#tymethod.on_pswap_burned" class="fn">on_pswap_burned</a>(distribution: <a class="struct" href="../common/primitives/struct.PswapRemintInfo.html" title="struct common::primitives::PswapRemintInfo">PswapRemintInfo</a>);
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>General trait for passing pswap amount burned information to required pallets.</p>
</div></details><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="tymethod.on_pswap_burned" class="method"><a class="srclink rightside" href="../src/common/traits.rs.html#810">source</a><h4 class="code-header">fn <a href="#tymethod.on_pswap_burned" class="fn">on_pswap_burned</a>(distribution: <a class="struct" href="../common/primitives/struct.PswapRemintInfo.html" title="struct common::primitives::PswapRemintInfo">PswapRemintInfo</a>)</h4></section></summary><div class="docblock"><p>Report amount and fractions of burned pswap at the moment of invocation.</p>
</div></details></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-OnPswapBurned-for-()" class="impl"><a class="srclink rightside" href="../src/common/traits.rs.html#813">source</a><a href="#impl-OnPswapBurned-for-()" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.OnPswapBurned.html" title="trait framenode_runtime::OnPswapBurned">OnPswapBurned</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a></h3></section></summary><div class="impl-items"><section id="method.on_pswap_burned" class="method trait-impl"><a class="srclink rightside" href="../src/common/traits.rs.html#814">source</a><a href="#method.on_pswap_burned" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.on_pswap_burned" class="fn">on_pswap_burned</a>(_distribution: <a class="struct" href="../common/primitives/struct.PswapRemintInfo.html" title="struct common::primitives::PswapRemintInfo">PswapRemintInfo</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-OnPswapBurned-for-Pallet%3CT%3E" class="impl"><a class="srclink rightside" href="../src/vested_rewards/lib.rs.html#830">source</a><a href="#impl-OnPswapBurned-for-Pallet%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.OnPswapBurned.html" title="trait framenode_runtime::OnPswapBurned">OnPswapBurned</a> for <a class="struct" href="../vested_rewards/pallet/struct.Pallet.html" title="struct vested_rewards::pallet::Pallet">Pallet</a>&lt;T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="../vested_rewards/pallet/trait.Config.html" title="trait vested_rewards::pallet::Config">Config</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.on_pswap_burned-1" class="method trait-impl"><a class="srclink rightside" href="../src/vested_rewards/lib.rs.html#832">source</a><a href="#method.on_pswap_burned-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.on_pswap_burned" class="fn">on_pswap_burned</a>(distribution: <a class="struct" href="../common/primitives/struct.PswapRemintInfo.html" title="struct common::primitives::PswapRemintInfo">PswapRemintInfo</a>)</h4></section></summary><div class="docblock"><p>Invoked when pswap is burned after being exchanged from collected liquidity provider fees.</p>
</div></details></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-OnPswapBurned-for-()" class="impl"><a class="srclink rightside" href="../src/common/traits.rs.html#813">source</a><a href="#impl-OnPswapBurned-for-()" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.OnPswapBurned.html" title="trait framenode_runtime::OnPswapBurned">OnPswapBurned</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a></h3></section></summary><div class="impl-items"><section id="method.on_pswap_burned" class="method trait-impl"><a class="srclink rightside" href="../src/common/traits.rs.html#814">source</a><a href="#method.on_pswap_burned" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.on_pswap_burned" class="fn">on_pswap_burned</a>(_distribution: <a class="struct" href="../common/primitives/struct.PswapRemintInfo.html" title="struct common::primitives::PswapRemintInfo">PswapRemintInfo</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-OnPswapBurned-for-Pallet%3CT%3E" class="impl"><a class="srclink rightside" href="../src/vested_rewards/lib.rs.html#831">source</a><a href="#impl-OnPswapBurned-for-Pallet%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.OnPswapBurned.html" title="trait framenode_runtime::OnPswapBurned">OnPswapBurned</a> for <a class="struct" href="../vested_rewards/pallet/struct.Pallet.html" title="struct vested_rewards::pallet::Pallet">Pallet</a>&lt;T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="../vested_rewards/pallet/trait.Config.html" title="trait vested_rewards::pallet::Config">Config</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.on_pswap_burned-1" class="method trait-impl"><a class="srclink rightside" href="../src/vested_rewards/lib.rs.html#833">source</a><a href="#method.on_pswap_burned-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.on_pswap_burned" class="fn">on_pswap_burned</a>(distribution: <a class="struct" href="../common/primitives/struct.PswapRemintInfo.html" title="struct common::primitives::PswapRemintInfo">PswapRemintInfo</a>)</h4></section></summary><div class="docblock"><p>Invoked when pswap is burned after being exchanged from collected liquidity provider fees.</p>
</div></details></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-OnPswapBurned-for-RuntimeOnPswapBurnedAggregator" class="impl"><a class="srclink rightside" href="../src/framenode_runtime/lib.rs.html#1641-1645">source</a><a href="#impl-OnPswapBurned-for-RuntimeOnPswapBurnedAggregator" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.OnPswapBurned.html" title="trait framenode_runtime::OnPswapBurned">OnPswapBurned</a> for <a class="struct" href="struct.RuntimeOnPswapBurnedAggregator.html" title="struct framenode_runtime::RuntimeOnPswapBurnedAggregator">RuntimeOnPswapBurnedAggregator</a></h3></section></div><script src="../implementors/common/traits/trait.OnPswapBurned.js" data-ignore-extern-crates="vested_rewards,std" async></script></section></div></main></body></html>
Loading

0 comments on commit 7874ad8

Please sign in to comment.