interface BabeGenesisConfiguration
implements Struct
import { type BabeGenesisConfiguration } from "https://dotland.deno.dev/x/polkadot@0.2.35/types/interfaces/babe/index.ts";
Properties
readonly
slotDuration: u64readonly
epochLength: u64readonly
genesisAuthorities: Vec<ITuple<[AuthorityId, BabeAuthorityWeight]>>readonly
randomness: Randomnessreadonly
allowedSlots: AllowedSlots