Trait FetchRuntimeCode
Other items insp_core::traits
pub trait FetchRuntimeCode { fn fetch_runtime_code(&self) -> Option<Cow<'_, [u8]>>; }
Something that can fetch the runtime :code.
:code
fn fetch_runtime_code(&self) -> Option<Cow<'_, [u8]>>
Fetch the runtime :code.
If the :code could not be found/not available, None should be returned.
None
impl FetchRuntimeCode for NoneFetchRuntimeCode
impl<'a> FetchRuntimeCode for RuntimeCode<'a>
impl<'a> FetchRuntimeCode for WrappedRuntimeCode<'a>