Function protocol_state

Source
fn protocol_state(
    constants: MinaBaseProtocolConstantsCheckedValueStableV1,
    genesis_ledger_hash: LedgerHash,
    genesis_total_currency: CurrencyAmountStableV1,
    staking_epoch_ledger_hash: LedgerHash,
    staking_epoch_total_currency: CurrencyAmountStableV1,
    next_epoch_ledger_hash: LedgerHash,
    next_epoch_total_currency: CurrencyAmountStableV1,
    genesis_winner: NonZeroCurvePoint,
    empty_pending_coinbase_hash: PendingCoinbaseHash,
    empty_local_state: MinaTransactionLogicZkappCommandLogicLocalStateValueStableV1,
    empty_body_hash: ConsensusBodyReferenceStableV1,
    staking_epoch_seed: EpochSeed,
    next_epoch_seed: EpochSeed,
    negative_one: bool,
) -> MinaStateProtocolStateValueStableV2