Function basilisk::testing_chain_spec::testnet_parachain_genesis
source · fn testnet_parachain_genesis(
wasm_binary: &[u8],
root_key: AccountId,
initial_authorities: Vec<(AccountId, AuraId)>,
endowed_accounts: Vec<AccountId>,
_enable_println: bool,
parachain_id: ParaId,
council_members: Vec<AccountId>,
tech_committee_members: Vec<AccountId>,
vesting_list: Vec<(AccountId, BlockNumber, BlockNumber, u32, Balance)>,
registered_assets: Vec<(Vec<u8>, Balance, Option<AssetId>)>,
accepted_assets: Vec<(AssetId, Price)>,
elections: Vec<AccountId>
) -> GenesisConfig