Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Class JipChainSpec

    Configuration file for any blockchain network built on the JAM protocol

    Provides all the essential information that a new node needs to join, connect to others, and understand the blockchain's starting point

    https://github.com/polkadot-fellows/JIPs/blob/90f809b84a9913a821437225f085cf5153870212/JIP-4.md#jip-4-chainspec-file

    Hierarchy (View Summary)

    Index

    Properties

    bootnodes?: Bootnode[]

    Optional list of initial contact points for a new node joining the network

    genesisHeader: BytesBlob

    Contains the serialized header of the first block 0

    genesisState: Map<Bytes<31>, BytesBlob>

    Initial state of the blockchain at the moment of its creation

    • key: is 31-byte object identifier
    • value: is the data stored at this location, as BytesBlob of any length.
    id: string

    Human-readable identifier for the network

    fromJson: FromJsonWithParser<unknown, JipChainSpec> = ...

    Methods