[][src]Struct shared::TxInput

pub struct TxInput { /* fields omitted */ }

Implementations

impl TxInput[src]

pub fn len(&self) -> usize[src]

pub fn new(
    previous_outpoint: TxOutpoint,
    signature_script: Vec<u8>,
    sequence: u32
) -> TxInput
[src]

Trait Implementations

impl Debug for TxInput[src]

impl Deserializable for TxInput[src]

impl Serializable for TxInput[src]

Auto Trait Implementations

impl RefUnwindSafe for TxInput

impl Send for TxInput

impl Sync for TxInput

impl Unpin for TxInput

impl UnwindSafe for TxInput

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, 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.