Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/types/interfaces/index.ts>BabeGenesisConfigurationV1

Package publishing for deno.land/x/polkadot
Go to Latest
interface BabeGenesisConfigurationV1
implements Struct
import { type BabeGenesisConfigurationV1 } from "https://deno.land/x/polkadot@0.2.14/types/interfaces/index.ts";

Properties

readonly
slotDuration: u64
readonly
epochLength: u64
readonly
c: ITuple<[u64, u64]>
readonly
genesisAuthorities: Vec<ITuple<[AuthorityId, BabeAuthorityWeight]>>
readonly
randomness: Randomness
readonly
secondarySlots: bool