pub const POST_NU6_FUNDING_STREAMS_NUM_ADDRESSES_MAINNET: usize = 12;
Expand description
Number of addresses for each post-NU6 funding stream on Mainnet.
In the spec (protocol specification §7.10) this is defined as: fs.addressindex(fs.endheight - 1)
however we know this value beforehand so we prefer to make it a constant instead.