Type Definition bitcoins::types::script::Witness

source · []
pub type Witness = Vec<WitnessStackItem>;
Expand description

A Witness is a PrefixVec of WitnessStackItems. This witness corresponds to a single input.

Note

The transaction’s witness is composed of many of these Witnesses in an UNPREFIXED vector.