Skip to content

Commit

Permalink
Updated docs for master} and pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 14, 2024
1 parent 3ea0839 commit 64dce6d
Show file tree
Hide file tree
Showing 251 changed files with 1,639 additions and 908 deletions.
2 changes: 1 addition & 1 deletion ink/reflect/enum.DispatchError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ink/reflect/struct.ConstructorOutputValue.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ink/storage/traits/trait.StorageKey.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ <h2 id="note"><a class="doc-anchor" href="#note">§</a>Note</h2>
KeyType: <a class="trait" href="trait.StorageKey.html" title="trait ink::storage::traits::StorageKey">StorageKey</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedconstant.KEY-5" class="associatedconstant trait-impl"><a href="#associatedconstant.KEY-5" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.KEY" class="constant">KEY</a>: <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.u32.html">u32</a> = KeyType::KEY</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StorageKey-for-StorageVec%3CV,+KeyType%3E" class="impl"><a href="#impl-StorageKey-for-StorageVec%3CV,+KeyType%3E" class="anchor">§</a><h3 class="code-header">impl&lt;V, KeyType&gt; <a class="trait" href="trait.StorageKey.html" title="trait ink::storage::traits::StorageKey">StorageKey</a> for <a class="struct" href="../struct.StorageVec.html" title="struct ink::storage::StorageVec">StorageVec</a>&lt;V, KeyType&gt;<div class="where">where
V: <a class="trait" href="trait.Packed.html" title="trait ink::storage::traits::Packed">Packed</a>,
KeyType: <a class="trait" href="trait.StorageKey.html" title="trait ink::storage::traits::StorageKey">StorageKey</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedconstant.KEY-6" class="associatedconstant trait-impl"><a href="#associatedconstant.KEY-6" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.KEY" class="constant">KEY</a>: <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.u32.html">u32</a> = KeyType::KEY</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StorageKey-for-ManualKey%3CKEY,+ParentKey%3E" class="impl"><a href="#impl-StorageKey-for-ManualKey%3CKEY,+ParentKey%3E" class="anchor">§</a><h3 class="code-header">impl&lt;const KEY: <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.u32.html">u32</a>, ParentKey&gt; <a class="trait" href="trait.StorageKey.html" title="trait ink::storage::traits::StorageKey">StorageKey</a> for <a class="struct" href="struct.ManualKey.html" title="struct ink::storage::traits::ManualKey">ManualKey</a>&lt;KEY, ParentKey&gt;<div class="where">where
ParentKey: <a class="trait" href="trait.StorageKey.html" title="trait ink::storage::traits::StorageKey">StorageKey</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedconstant.KEY-7" class="associatedconstant trait-impl"><a href="#associatedconstant.KEY-7" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.KEY" class="constant">KEY</a>: <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.u32.html">u32</a> = _</h4></section></div></details></div><script src="../../../trait.impl/ink_storage_traits/storage/trait.StorageKey.js" data-ignore-extern-crates="ink_storage,ink_storage_traits" async></script></section></div></main></body></html>
ParentKey: <a class="trait" href="trait.StorageKey.html" title="trait ink::storage::traits::StorageKey">StorageKey</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedconstant.KEY-7" class="associatedconstant trait-impl"><a href="#associatedconstant.KEY-7" class="anchor">§</a><h4 class="code-header">const <a href="#associatedconstant.KEY" class="constant">KEY</a>: <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.u32.html">u32</a> = _</h4></section></div></details></div><script src="../../../trait.impl/ink_storage_traits/storage/trait.StorageKey.js" data-ignore-extern-crates="ink_storage_traits,ink_storage" async></script></section></div></main></body></html>
2 changes: 1 addition & 1 deletion ink/storage/traits/trait.StorageLayout.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@
V: <a class="trait" href="trait.StorageLayout.html" title="trait ink::storage::traits::StorageLayout">StorageLayout</a> + TypeInfo + 'static,
KeyType: <a class="trait" href="trait.StorageKey.html" title="trait ink::storage::traits::StorageKey">StorageKey</a> + TypeInfo + 'static,</div></h3></section><section id="impl-StorageLayout-for-StorageVec%3CV,+KeyType%3E" class="impl"><a href="#impl-StorageLayout-for-StorageVec%3CV,+KeyType%3E" class="anchor">§</a><h3 class="code-header">impl&lt;V, KeyType&gt; <a class="trait" href="trait.StorageLayout.html" title="trait ink::storage::traits::StorageLayout">StorageLayout</a> for <a class="struct" href="../struct.StorageVec.html" title="struct ink::storage::StorageVec">StorageVec</a>&lt;V, KeyType&gt;<div class="where">where
V: <a class="trait" href="trait.Packed.html" title="trait ink::storage::traits::Packed">Packed</a> + <a class="trait" href="trait.StorageLayout.html" title="trait ink::storage::traits::StorageLayout">StorageLayout</a> + TypeInfo + 'static,
KeyType: <a class="trait" href="trait.StorageKey.html" title="trait ink::storage::traits::StorageKey">StorageKey</a> + TypeInfo + 'static,</div></h3></section></div><script src="../../../trait.impl/ink_storage_traits/layout/trait.StorageLayout.js" data-ignore-extern-crates="ink_storage,alloc,core,std,ink_primitives" async></script></section></div></main></body></html>
KeyType: <a class="trait" href="trait.StorageKey.html" title="trait ink::storage::traits::StorageKey">StorageKey</a> + TypeInfo + 'static,</div></h3></section></div><script src="../../../trait.impl/ink_storage_traits/layout/trait.StorageLayout.js" data-ignore-extern-crates="alloc,core,ink_storage,std,ink_primitives" async></script></section></div></main></body></html>
2 changes: 1 addition & 1 deletion ink/struct.ValueReturned.html

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions ink_e2e/enum.AccountKeyring.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions ink_e2e/enum.PolkadotConfig.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions ink_e2e/events/struct.CodeStoredEvent.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions ink_e2e/events/struct.ContractEmitted.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions ink_e2e/events/struct.ContractInstantiatedEvent.html

Large diffs are not rendered by default.

Loading

0 comments on commit 64dce6d

Please sign in to comment.