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

    Proof of guaranteeing a work-report found to be invalid.

    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].

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

    Hash of the invalid work-report.

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

    Methods