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

    Variable validatorsDataCodecConst

    validatorsDataCodec: Descriptor<
        readonly ValidatorData[] & pvm.WithOpaque<"ValidatorsCount">,
        SequenceView<
            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>>;
                },
            >,
        >,
    > = ...