witnessVer constant

int const witnessVer

The witness version for P2TR addresses.

In the context of SegWit-based transactions and P2TR addresses, the witness version is typically set to 1.

Implementation

static const int witnessVer = 1;