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

    Class ValidatorData

    Details about validators' identity.

    https://graypaper.fluffylabs.dev/#/5f542d7/0d4b010d4c01

    Hierarchy (View Summary)

    Index

    Properties

    bandersnatch: Bytes<32> & pvm.WithOpaque<"BandersnatchKey">

    Bandersnatch public key.

    bls: Bytes<144> & pvm.WithOpaque<"BlsKey">

    BLS public key.

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

    ED25519 key data.

    metadata: Bytes<128>

    Validator-defined additional metdata.

    Codec: Descriptor<
        ValidatorData,
        ViewOf<
            ValidatorData,
            {
                bandersnatch: Descriptor<
                    Bytes<32> & pvm.WithOpaque<"BandersnatchKey">,
                    Bytes<32>,
                >;
                bls: Descriptor<Bytes<144> & pvm.WithOpaque<"BlsKey">, Bytes<144>>;
                ed25519: Descriptor<Bytes<32> & pvm.WithOpaque<"Ed25519Key">, Bytes<32>>;
                metadata: Descriptor<Bytes<128>, Bytes<128>>;
            },
        >,
    > = ...

    Methods