pub struct ContractIssueResolver;Trait Implementations§
Source§impl ResolveWitness for ContractIssueResolver
impl ResolveWitness for ContractIssueResolver
Source§fn resolve_witness(
&self,
_: Txid,
) -> Result<WitnessStatus, WitnessResolverError>
fn resolve_witness( &self, _: Txid, ) -> Result<WitnessStatus, WitnessResolverError>
Provide the
WitnessStatus for a TX with the given witness_id.Source§fn check_chain_net(&self, _: ChainNet) -> Result<(), WitnessResolverError>
fn check_chain_net(&self, _: ChainNet) -> Result<(), WitnessResolverError>
Check that the resolver works with the expected
ChainNet.Auto Trait Implementations§
impl Freeze for ContractIssueResolver
impl RefUnwindSafe for ContractIssueResolver
impl Send for ContractIssueResolver
impl Sync for ContractIssueResolver
impl Unpin for ContractIssueResolver
impl UnwindSafe for ContractIssueResolver
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