pub enum TxWitness {
PkWitness(EncodedCBOR),
ScriptWitness(EncodedCBOR),
RedeemWitness(EncodedCBOR),
}Variants§
Trait Implementations§
impl Eq for TxWitness
impl StructuralPartialEq for TxWitness
Auto Trait Implementations§
impl Freeze for TxWitness
impl RefUnwindSafe for TxWitness
impl Send for TxWitness
impl Sync for TxWitness
impl Unpin for TxWitness
impl UnwindSafe for TxWitness
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