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

    Type Alias EnumerableState

    State with some entries being possible to enumerate.

    type EnumerableState = {
        recentServiceIds(): readonly (
            number & WithBytesRepresentation<4> & pvm.WithOpaque<"ServiceId[u32]">
        )[];
    }

    Implemented by

    Index

    Methods