pub fn get_chain_spec_with_extra_endowed(
id: ParaId,
extra_endowed_accounts: Vec<AccountId>
) -> 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.