Function generate_standard_genesis

Source
pub fn generate_standard_genesis(
    member_number: usize,
) -> (ReservedState, Vec<(PublicKey, PrivateKey)>)
Expand description

Generates a standard test chain config returning the genesis reserved-state and the associated key pairs of the members.