referrerpolicy=no-referrer-when-downgrade
pub fn get_chain_spec_with_extra_endowed(
    id: Option<ParaId>,
    extra_endowed_accounts: Vec<AccountId>,
    code: &[u8],
) -> ChainSpec
Expand description

Get the chain spec for a specific parachain ID. The given accounts are initialized with funds in addition to the default known accounts.