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

    Class StateTransitionGenesis

    Index

    Constructors

    Properties

    Constructors

    Properties

    header: Header
    state: TestState
    Codec: Descriptor<
        {
            header: Header & CodecRecord<Header>;
            state: {
                keyvals: { key: Bytes<31>; value: BytesBlob }[];
                state_root: Bytes<32> & pvm.WithOpaque<"StateRootHash">;
            };
        },
        ViewOf<
            {
                header: Header & CodecRecord<Header>;
                state: {
                    keyvals: { key: Bytes<31>; value: BytesBlob }[];
                    state_root: Bytes<32> & pvm.WithOpaque<"StateRootHash">;
                };
            },
            SimpleDescriptorRecord<
                {
                    header: Header & CodecRecord<Header>;
                    state: {
                        keyvals: { key: Bytes<31>; value: BytesBlob }[];
                        state_root: Bytes<32> & pvm.WithOpaque<"StateRootHash">;
                    };
                },
            >,
        >,
    > = ...