pub const FUNDING_STREAMS_NUM_ADDRESSES_MAINNET: usize = 48;
Expand description
Number of addresses for each funding stream in the 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.