pub const V4_TX_VERSION: u32 = 4;
Expand description
Transaction version 4, which was introduced by the Sapling network upgrade. It is specified in § 7.1 Transaction Encoding and Consensus.
This constant is called SAPLING_TX_VERSION
in the zcashd source.