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

    Proof of signing a contradictory [Judgement] of a work report.

    Hierarchy (View Summary)

    Index

    Properties

    key: Bytes<32> & pvm.WithOpaque<"Ed25519Key">

    Validator key that provided the signature.

    signature: Bytes<64> & pvm.WithOpaque<"Ed25519Signature">

    Original signature that was part of the [Judgement].

    wasConsideredValid: boolean

    Did the validator consider this work-report valid in their [Judgement]?

    workReportHash: OpaqueHash & pvm.WithOpaque<"WorkReportHash">

    Hash of the work-report that had conflicting votes.

    Codec: Descriptor<
        Fault,
        ViewOf<
            Fault,
            {
                key: Descriptor<Bytes<32> & pvm.WithOpaque<"Ed25519Key">, Bytes<32>>;
                signature: Descriptor<
                    Bytes<64> & pvm.WithOpaque<"Ed25519Signature">,
                    Bytes<64>,
                >;
                wasConsideredValid: Descriptor<boolean, boolean>;
                workReportHash: Descriptor<
                    Bytes<32> & pvm.WithOpaque<"WorkReportHash">,
                    Bytes<32>,
                >;
            },
        >,
    > = ...

    Methods