pub struct NonInteractiveRoundParticipationChallenge;Implementations§
Source§impl NonInteractiveRoundParticipationChallenge
impl NonInteractiveRoundParticipationChallenge
pub fn sign_with( vtxo_id: VtxoId, vtxo_reqs: &[VtxoRequest], vtxo_keypair: &Keypair, ) -> Signature
pub fn verify_input_vtxo_sig( vtxo: &Vtxo, vtxo_reqs: &[VtxoRequest], sig: &Signature, ) -> Result<(), Error>
Trait Implementations§
Source§impl Clone for NonInteractiveRoundParticipationChallenge
impl Clone for NonInteractiveRoundParticipationChallenge
Source§fn clone(&self) -> NonInteractiveRoundParticipationChallenge
fn clone(&self) -> NonInteractiveRoundParticipationChallenge
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for NonInteractiveRoundParticipationChallenge
impl PartialEq for NonInteractiveRoundParticipationChallenge
Source§fn eq(&self, other: &NonInteractiveRoundParticipationChallenge) -> bool
fn eq(&self, other: &NonInteractiveRoundParticipationChallenge) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NonInteractiveRoundParticipationChallenge
impl Eq for NonInteractiveRoundParticipationChallenge
impl StructuralPartialEq for NonInteractiveRoundParticipationChallenge
Auto Trait Implementations§
impl Freeze for NonInteractiveRoundParticipationChallenge
impl RefUnwindSafe for NonInteractiveRoundParticipationChallenge
impl Send for NonInteractiveRoundParticipationChallenge
impl Sync for NonInteractiveRoundParticipationChallenge
impl Unpin for NonInteractiveRoundParticipationChallenge
impl UnwindSafe for NonInteractiveRoundParticipationChallenge
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.