pub type TxWitness = Vec<Witness>;
A TxWitness is the UNPREFIXED vector of witnesses
pub struct TxWitness { /* private fields */ }