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

    Class ValidatorKeys

    Hierarchy (View Summary)

    Index

    Properties

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

    kappa_b: Bandersnatch validator keys for the NEXT epoch.

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

    kappa_e: Ed25519 validator keys for the NEXT epoch.

    Codec: Descriptor<
        ValidatorKeys,
        ViewOf<
            ValidatorKeys,
            {
                bandersnatch: Descriptor<
                    Bytes<32> & pvm.WithOpaque<"BandersnatchKey">,
                    Bytes<32>,
                >;
                ed25519: Descriptor<Bytes<32> & pvm.WithOpaque<"Ed25519Key">, Bytes<32>>;
            },
        >,
    > = ...

    Methods