Struct chainhook_sdk::indexer::StacksChainContext
source · pub struct StacksChainContext { /* private fields */ }Implementations§
source§impl StacksChainContext
impl StacksChainContext
pub fn new(network: &StacksNetwork) -> StacksChainContext
Auto Trait Implementations§
impl RefUnwindSafe for StacksChainContext
impl Send for StacksChainContext
impl Sync for StacksChainContext
impl Unpin for StacksChainContext
impl UnwindSafe for StacksChainContext
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where A: Array<Item = T>,
Converts
self into a collection.