Struct wallet::SigScript[][src]

pub struct SigScript(_);

A content of sigScript from a transaction input

Trait Implementations

impl AsMut<<SigScript as Wrapper>::Inner> for SigScript[src]

impl AsRef<<SigScript as Wrapper>::Inner> for SigScript[src]

impl Borrow<<SigScript as Wrapper>::Inner> for SigScript[src]

impl BorrowMut<<SigScript as Wrapper>::Inner> for SigScript[src]

impl Clone for SigScript[src]

impl Debug for SigScript[src]

impl Default for SigScript[src]

impl Deref for SigScript[src]

type Target = Self::Inner

The resulting type after dereferencing.

impl DerefMut for SigScript[src]

impl Display for SigScript[src]

impl Eq for SigScript[src]

impl From<Script> for SigScript[src]

impl Hash for SigScript[src]

impl LowerHex for SigScript[src]

impl Ord for SigScript[src]

impl PartialEq<SigScript> for SigScript[src]

impl PartialOrd<SigScript> for SigScript[src]

impl Strategy for SigScript[src]

impl StructuralEq for SigScript[src]

impl StructuralPartialEq for SigScript[src]

impl UpperHex for SigScript[src]

impl Wrapper for SigScript[src]

type Inner = Script

Inner type wrapped by the current newtype

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToHex for T where
    T: LowerHex

pub fn to_hex(&self) -> String

Outputs the hash in hexadecimal form

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.