pub const V3_TX_VERSION: u32 = 3;
Expand description
Transaction version 3, which was introduced by the Overwinter network upgrade and allowed until Sapling activation. It is specified in § 7.1 Transaction Encoding and Consensus.
This constant is called OVERWINTER_TX_VERSION
in the zcashd source.