pub struct CsfsKey(pub XOnlyPublicKey);
Expand description
Wrapper around XOnlyKeys used in CheckSigfromstack
Tuple Fields§
§0: XOnlyPublicKey
Trait Implementations§
Source§impl ArgFromStr for CsfsKey
impl ArgFromStr for CsfsKey
Source§impl From<CsfsKey> for CovExtArgs
impl From<CsfsKey> for CovExtArgs
Source§impl Ord for CsfsKey
impl Ord for CsfsKey
Source§impl PartialOrd for CsfsKey
impl PartialOrd for CsfsKey
impl Eq for CsfsKey
impl StructuralPartialEq for CsfsKey
Auto Trait Implementations§
impl Freeze for CsfsKey
impl RefUnwindSafe for CsfsKey
impl Send for CsfsKey
impl Sync for CsfsKey
impl Unpin for CsfsKey
impl UnwindSafe for CsfsKey
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