Skip to main content

Witness

Type Alias Witness 

Source
pub type Witness = Vec<ByteString>;
Expand description

Witness data: stack of witness elements (SegWit/Taproot)

For SegWit: Vector of byte strings representing witness stack elements. For Taproot: Vector containing control block and script path data.

Aliased Typeยง

pub struct Witness { /* private fields */ }