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

    Class ValidatorStatistics

    Activity Record of a single validator.

    https://graypaper.fluffylabs.dev/#/579bd12/183701183701

    Index

    Properties

    assurances: U32

    The number of availability assurances made by the validator.

    blocks: U32

    The number of blocks produced by the validator.

    guarantees: U32

    The number of reports guaranteed by the validator.

    preImages: U32

    The number of preimages introduced by the validator.

    preImagesSize: U32

    The total number of octets across all preimages introduced by the validator.

    tickets: U32

    The number of tickets introduced by the validator.

    Codec: Descriptor<
        ValidatorStatistics,
        ViewOf<
            ValidatorStatistics,
            {
                assurances: Descriptor<U32, Bytes<4>>;
                blocks: Descriptor<U32, Bytes<4>>;
                guarantees: Descriptor<U32, Bytes<4>>;
                preImages: Descriptor<U32, Bytes<4>>;
                preImagesSize: Descriptor<U32, Bytes<4>>;
                tickets: Descriptor<U32, Bytes<4>>;
            },
        >,
    > = ...

    Methods