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

    Variable validatorsDataCodecConst

    validatorsDataCodec: Descriptor<
        readonly ValidatorData[] & WithOpaque<"ValidatorsCount">,
        SequenceView<
            ValidatorData,
            ViewOf<
                ValidatorData,
                {
                    bandersnatch: Descriptor<
                        Bytes<32> & WithOpaque<"BandersnatchKey">,
                        Bytes<32>,
                    >;
                    bls: Descriptor<Bytes<144> & WithOpaque<"BlsKey">, Bytes<144>>;
                    ed25519: Descriptor<Bytes<32> & WithOpaque<"Ed25519Key">, Bytes<32>>;
                    metadata: Descriptor<Bytes<128>, Bytes<128>>;
                },
            >,
        >,
    > = ...