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

    Unique validator index & signature.

    Hierarchy (View Summary)

    Index

    Properties

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

    Signature over hash of the work-report.

    validatorIndex: number & WithBytesRepresentation<2> & pvm.WithOpaque<
        "ValidatorIndex[u16]",
    >

    Validator index signing the guarantee.

    Codec: Descriptor<
        Credential,
        ViewOf<
            Credential,
            {
                signature: Descriptor<
                    Bytes<64> & pvm.WithOpaque<"Ed25519Signature">,
                    Bytes<64>,
                >;
                validatorIndex: Descriptor<
                    number & WithBytesRepresentation<2> & pvm.WithOpaque<
                        "ValidatorIndex[u16]",
                    >,
                    Bytes<2>,
                >;
            },
        >,
    > = ...

    Methods