Skip to content

Commit

Permalink
deploy: 5c5d3b3
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Dec 16, 2024
1 parent ac07539 commit 0bfdadc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions pr-4404/pallet_gear_rpc/trait.GearRuntimeApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
source: H256,
kind: <a class="enum" href="../pallet_gear/manager/enum.HandleKind.html" title="enum pallet_gear::manager::HandleKind">HandleKind</a>,
kind: HandleKind,
payload: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;,
value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>,
allow_other_panics: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
Expand Down Expand Up @@ -54,7 +54,7 @@
&amp;self,
__runtime_api_at_param__: &lt;Block as Block&gt;::Hash,
source: H256,
kind: <a class="enum" href="../pallet_gear/manager/enum.HandleKind.html" title="enum pallet_gear::manager::HandleKind">HandleKind</a>,
kind: HandleKind,
payload: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;,
value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>,
allow_other_panics: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
Expand Down Expand Up @@ -93,7 +93,7 @@
&amp;self,
__runtime_api_at_param__: &lt;Block as Block&gt;::Hash,
source: H256,
kind: <a class="enum" href="../pallet_gear/manager/enum.HandleKind.html" title="enum pallet_gear::manager::HandleKind">HandleKind</a>,
kind: HandleKind,
payload: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;,
value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>,
allow_other_panics: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
Expand Down Expand Up @@ -128,7 +128,7 @@
&amp;self,
__runtime_api_at_param__: &lt;Block as Block&gt;::Hash,
source: H256,
kind: <a class="enum" href="../pallet_gear/manager/enum.HandleKind.html" title="enum pallet_gear::manager::HandleKind">HandleKind</a>,
kind: HandleKind,
payload: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;,
value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>,
allow_other_panics: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
Expand Down
20 changes: 10 additions & 10 deletions pr-4404/src/pallet_gear_rpc/lib.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
types::{ErrorObjectOwned, error::ErrorObject},
};
<span class="kw">pub use </span><a href="../../pallet_gear_rpc/trait.GearRuntimeApi.html">pallet_gear_rpc_runtime_api::GearApi</a> <span class="kw">as </span>GearRuntimeApi;
<span class="kw">use </span>pallet_gear_rpc_runtime_api::{GasInfo, <a href="../../pallet_gear/manager/enum.HandleKind.html">HandleKind</a>, ReplyInfo};
<span class="kw">use </span>pallet_gear_rpc_runtime_api::{GasInfo, HandleKind, ReplyInfo};
<span class="kw">use </span>sp_api::{ApiError, ApiExt, ApiRef, ProvideRuntimeApi};
<span class="kw">use </span>sp_blockchain::HeaderBackend;
<span class="kw">use </span>sp_core::{Bytes, H256};
Expand Down Expand Up @@ -817,7 +817,7 @@
<span class="kw-2">&amp;</span><span class="self">self</span>,
at_hash: &lt;Block <span class="kw">as </span>BlockT&gt;::Hash,
source: H256,
kind: <a href="../../pallet_gear/manager/enum.HandleKind.html">HandleKind</a>,
kind: HandleKind,
payload: <a href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html">Vec</a>&lt;<a href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;,
value: <a href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>,
allow_other_panics: <a href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
Expand Down Expand Up @@ -915,7 +915,7 @@
<span class="kw">let </span>GasInfo { min_limit, .. } = <a class="self" href="#286">self</a>.<a href="#197-234">calculate_gas_info</a>(
<a href="#294">at_hash</a>,
<a href="#287">source</a>,
<a href="../../pallet_gear/manager/enum.HandleKind.html#variant.InitByHash">HandleKind::InitByHash</a>(<a href="#288">code_id</a>.cast()),
HandleKind::InitByHash(<a href="#288">code_id</a>.cast()),
<a href="#289">payload</a>.<a href="https://doc.rust-lang.org/nightly/alloc/foreigntype.slice.html#method.to_vec">to_vec</a>(),
<a href="#290">value</a>,
<a href="#291">allow_other_panics</a>,
Expand All @@ -925,7 +925,7 @@
<a class="self" href="#286">self</a>.<a href="#197-234">calculate_gas_info</a>(
<a href="#294">at_hash</a>,
<a href="#287">source</a>,
<a href="../../pallet_gear/manager/enum.HandleKind.html#variant.InitByHash">HandleKind::InitByHash</a>(<a href="#288">code_id</a>.cast()),
HandleKind::InitByHash(<a href="#288">code_id</a>.cast()),
<a href="#289">payload</a>.<a href="https://doc.rust-lang.org/nightly/alloc/foreigntype.slice.html#method.to_vec">to_vec</a>(),
<a href="#290">value</a>,
<a href="#291">allow_other_panics</a>,
Expand All @@ -947,7 +947,7 @@
<span class="kw">let </span>GasInfo { min_limit, .. } = <a class="self" href="#318">self</a>.<a href="#197-234">calculate_gas_info</a>(
<a href="#326">at_hash</a>,
<a href="#319">source</a>,
<a href="../../pallet_gear/manager/enum.HandleKind.html#variant.Init">HandleKind::Init</a>(<a href="#320">code</a>.<a href="https://doc.rust-lang.org/nightly/alloc/foreigntype.slice.html#method.to_vec">to_vec</a>()),
HandleKind::Init(<a href="#320">code</a>.<a href="https://doc.rust-lang.org/nightly/alloc/foreigntype.slice.html#method.to_vec">to_vec</a>()),
<a href="#321">payload</a>.<a href="https://doc.rust-lang.org/nightly/alloc/foreigntype.slice.html#method.to_vec">to_vec</a>(),
<a href="#322">value</a>,
<a href="#323">allow_other_panics</a>,
Expand All @@ -957,7 +957,7 @@
<a class="self" href="#318">self</a>.<a href="#197-234">calculate_gas_info</a>(
<a href="#326">at_hash</a>,
<a href="#319">source</a>,
<a href="../../pallet_gear/manager/enum.HandleKind.html#variant.Init">HandleKind::Init</a>(<a href="#320">code</a>.<a href="https://doc.rust-lang.org/nightly/alloc/foreigntype.slice.html#method.to_vec">to_vec</a>()),
HandleKind::Init(<a href="#320">code</a>.<a href="https://doc.rust-lang.org/nightly/alloc/foreigntype.slice.html#method.to_vec">to_vec</a>()),
<a href="#321">payload</a>.<a href="https://doc.rust-lang.org/nightly/alloc/foreigntype.slice.html#method.to_vec">to_vec</a>(),
<a href="#322">value</a>,
<a href="#323">allow_other_panics</a>,
Expand All @@ -979,7 +979,7 @@
<span class="kw">let </span>GasInfo { min_limit, .. } = <a class="self" href="#350">self</a>.<a href="#197-234">calculate_gas_info</a>(
<a href="#358">at_hash</a>,
<a href="#351">source</a>,
<a href="../../pallet_gear/manager/enum.HandleKind.html#variant.Handle">HandleKind::Handle</a>(<a href="#352">dest</a>.cast()),
HandleKind::Handle(<a href="#352">dest</a>.cast()),
<a href="#353">payload</a>.<a href="https://doc.rust-lang.org/nightly/alloc/foreigntype.slice.html#method.to_vec">to_vec</a>(),
<a href="#354">value</a>,
<a href="#355">allow_other_panics</a>,
Expand All @@ -989,7 +989,7 @@
<a class="self" href="#350">self</a>.<a href="#197-234">calculate_gas_info</a>(
<a href="#358">at_hash</a>,
<a href="#351">source</a>,
<a href="../../pallet_gear/manager/enum.HandleKind.html#variant.Handle">HandleKind::Handle</a>(<a href="#352">dest</a>.cast()),
HandleKind::Handle(<a href="#352">dest</a>.cast()),
<a href="#353">payload</a>.<a href="https://doc.rust-lang.org/nightly/alloc/foreigntype.slice.html#method.to_vec">to_vec</a>(),
<a href="#354">value</a>,
<a href="#355">allow_other_panics</a>,
Expand All @@ -1011,7 +1011,7 @@
<span class="kw">let </span>GasInfo { min_limit, .. } = <a class="self" href="#382">self</a>.<a href="#197-234">calculate_gas_info</a>(
<a href="#390">at_hash</a>,
<a href="#383">source</a>,
<a href="../../pallet_gear/manager/enum.HandleKind.html#variant.Reply">HandleKind::Reply</a>(
HandleKind::Reply(
<a href="#384">message_id</a>.cast(),
ReplyCode::Success(SuccessReplyReason::Manual),
),
Expand All @@ -1024,7 +1024,7 @@
<a class="self" href="#382">self</a>.<a href="#197-234">calculate_gas_info</a>(
<a href="#390">at_hash</a>,
<a href="#383">source</a>,
<a href="../../pallet_gear/manager/enum.HandleKind.html#variant.Reply">HandleKind::Reply</a>(
HandleKind::Reply(
<a href="#384">message_id</a>.cast(),
ReplyCode::Success(SuccessReplyReason::Manual),
),
Expand Down

0 comments on commit 0bfdadc

Please sign in to comment.