Type Alias BabeDigestsPreDigest
BabeDigestsPreDigest: Enum<
{
Primary: {
authority_index: number;
slot: bigint;
vrf_signature: { pre_output: SizedHex<32>; proof: SizedHex<64> };
};
SecondaryPlain: { authority_index: number; slot: bigint };
SecondaryVRF: {
authority_index: number;
slot: bigint;
vrf_signature: { pre_output: SizedHex<32>; proof: SizedHex<64> };
};
},
>