Struct astar_collator::local::RuntimeApi
source · pub struct RuntimeApi {}
Trait Implementations§
source§impl<Block, C> ConstructRuntimeApi<Block, C> for RuntimeApiwhere
+ Struct astar_collator::local::RuntimeApi
source · pub struct RuntimeApi {}
Trait Implementations§
source§impl<Block, C> ConstructRuntimeApi<Block, C> for RuntimeApiwhere
Block: Block,
- C: CallApiAt<Block> + 'static,
§type RuntimeApi = RuntimeApiImpl<Block, C>
The actual runtime api that will be constructed.source§fn construct_runtime_api<'a>(
+ C: CallApiAt<Block> + 'static,
§type RuntimeApi = RuntimeApiImpl<Block, C>
The actual runtime api that will be constructed.source§fn construct_runtime_api<'a>(
call: &'a C
) -> ApiRef<'a, <RuntimeApi as ConstructRuntimeApi<Block, C>>::RuntimeApi>
Construct an instance of the runtime api.Auto Trait Implementations§
§impl RefUnwindSafe for RuntimeApi
§impl Send for RuntimeApi
§impl Sync for RuntimeApi
§impl Unpin for RuntimeApi
§impl UnwindSafe for RuntimeApi
Blanket Implementations§
§impl<T> Any for Twhere
diff --git a/astar_runtime/api/fn.dispatch.html b/astar_runtime/api/fn.dispatch.html
index b7028841f..57d14f13c 100644
--- a/astar_runtime/api/fn.dispatch.html
+++ b/astar_runtime/api/fn.dispatch.html
@@ -1,2 +1,2 @@
dispatch in astar_runtime::api - Rust
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/astar_runtime/api/index.html b/astar_runtime/api/index.html
index 635d6d16c..df73fa637 100644
--- a/astar_runtime/api/index.html
+++ b/astar_runtime/api/index.html
@@ -1,2 +1,2 @@
astar_runtime::api - Rust
- Module astar_runtime::api
source · Functions§
\ No newline at end of file
+ Module astar_runtime::api
source · Functions§
impl<Block, C> ConstructRuntimeApi<Block, C> for RuntimeApiwhere
+ Struct astar_collator::local::RuntimeApi
source · pub struct RuntimeApi {}
Trait Implementations§
source§impl<Block, C> ConstructRuntimeApi<Block, C> for RuntimeApiwhere
Block: Block,
- C: CallApiAt<Block> + 'static,
§type RuntimeApi = RuntimeApiImpl<Block, C>
The actual runtime api that will be constructed.source§fn construct_runtime_api<'a>(
+ C: CallApiAt<Block> + 'static,
§type RuntimeApi = RuntimeApiImpl<Block, C>
The actual runtime api that will be constructed.source§fn construct_runtime_api<'a>(
call: &'a C
) -> ApiRef<'a, <RuntimeApi as ConstructRuntimeApi<Block, C>>::RuntimeApi>
Construct an instance of the runtime api.Auto Trait Implementations§
§impl RefUnwindSafe for RuntimeApi
§impl Send for RuntimeApi
§impl Sync for RuntimeApi
§impl Unpin for RuntimeApi
§impl UnwindSafe for RuntimeApi
Blanket Implementations§
§impl<T> Any for Twhere
diff --git a/astar_runtime/api/fn.dispatch.html b/astar_runtime/api/fn.dispatch.html
index b7028841f..57d14f13c 100644
--- a/astar_runtime/api/fn.dispatch.html
+++ b/astar_runtime/api/fn.dispatch.html
@@ -1,2 +1,2 @@
dispatch in astar_runtime::api - Rust
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/astar_runtime/api/index.html b/astar_runtime/api/index.html
index 635d6d16c..df73fa637 100644
--- a/astar_runtime/api/index.html
+++ b/astar_runtime/api/index.html
@@ -1,2 +1,2 @@
astar_runtime::api - Rust
- Module astar_runtime::api
source · Functions§
\ No newline at end of file
+ Module astar_runtime::api
source · Functions§
Struct astar_collator::local::RuntimeApi
source · pub struct RuntimeApi {}
Trait Implementations§
source§impl<Block, C> ConstructRuntimeApi<Block, C> for RuntimeApiwhere
Block: Block,
- C: CallApiAt<Block> + 'static,
impl<Block, C> ConstructRuntimeApi<Block, C> for RuntimeApiwhere
Block: Block,
- C: CallApiAt<Block> + 'static,
§type RuntimeApi = RuntimeApiImpl<Block, C>
type RuntimeApi = RuntimeApiImpl<Block, C>
The actual runtime api that will be constructed.
source§fn construct_runtime_api<'a>(
+ C: CallApiAt<Block> + 'static,
fn construct_runtime_api<'a>( + C: CallApiAt<Block> + 'static,
§type RuntimeApi = RuntimeApiImpl<Block, C>
type RuntimeApi = RuntimeApiImpl<Block, C>
The actual runtime api that will be constructed.
source§fn construct_runtime_api<'a>(
call: &'a C
) -> ApiRef<'a, <RuntimeApi as ConstructRuntimeApi<Block, C>>::RuntimeApi>
fn construct_runtime_api<'a>( call: &'a C ) -> ApiRef<'a, <RuntimeApi as ConstructRuntimeApi<Block, C>>::RuntimeApi>
Construct an instance of the runtime api.