Type Definition bitcoins::types::txin::Vin

source · []
pub type Vin = Vec<BitcoinTxIn>;
Expand description

Vin is a type alias for Vec<TxInput>. A transaction’s Vin is the Vector of INputs, with a length prefix.