Function zebra_consensus::funding_stream_values
source · pub fn funding_stream_values(
height: Height,
network: &Network,
expected_block_subsidy: Amount<NonNegative>,
) -> Result<HashMap<FundingStreamReceiver, Amount<NonNegative>>, Error>
Expand description
Returns the fs.Value(height)
for each stream receiver
as described in protocol specification §7.8