witnessVer constant
int
const witnessVer
The witness version for P2WPKH addresses. In the context of Bitcoin and SegWit-based transactions, P2WPKH addresses typically have a witness version of 0.
Implementation
static const int witnessVer = 0;