Type Definition handshakes::types::lockingscript::Witness[][src]

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.