Struct btc_transaction_utils::TxInRef [] [src]

pub struct TxInRef<'a> { /* fields omitted */ }

A borrowed reference to a transaction input.

Methods

impl<'a> TxInRef<'a>
[src]

[src]

Constructs a reference to the input with the given index of the given transaction.

[src]

Returns a reference to the borrowed transaction.

[src]

Returns a reference to the input.

[src]

Returns the index of input.

Trait Implementations

impl<'a> Debug for TxInRef<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Copy for TxInRef<'a>
[src]

impl<'a> Clone for TxInRef<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> AsRef<TxIn> for TxInRef<'a>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for TxInRef<'a>

impl<'a> Sync for TxInRef<'a>