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

    Type Alias ReportsOutput

    type ReportsOutput = {
        reported: HashDictionary<WorkPackageHash, WorkPackageInfo>;
        reporters: KnownSizeArray<
            crypto.Ed25519Key,
            "Guarantees * Credentials (at most `cores*3`)",
        >;
        stateUpdate: ReportsStateUpdate;
    }
    Index

    Properties

    All work Packages and their segment roots reported in the extrinsic.

    This dictionary has the same number of items as in the input guarantees extrinsic.

    reporters: KnownSizeArray<
        crypto.Ed25519Key,
        "Guarantees * Credentials (at most `cores*3`)",
    >

    A set R of work package reporters.

    stateUpdate: ReportsStateUpdate

    Altered state.