pub fn start_stake_pool(
    owners: &[Wallet],
    initial_funds: &[Wallet],
    block0_config: Block0ConfigurationBuilder,
    node_config_builder: NodeConfigBuilder
) -> Result<(JormungandrProcess, Vec<StakePool>), StartupError>