pub struct UTXOResults { /* private fields */ }
Expand description

UTXOResults holds a vector of UTXOs that represent P2WSH bitcoin transactions that have not been spent yet.

The results may not be quite up to date. Some of the transactions might have been spent and new ones may have been created. Do not rely on it being exact.

Implementations

Returns a UTXOResults structure that is already initialized with unspent P2WSH transactions.

Returns a clone of the vector of the P2WSH UTXOs.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.