Batch-generate ring VRF tickets for multiple validators.
secretSeedsData is fixed-width concatenated seed data, split by
secretSeedDataLen. proverKeyIndices and secret seeds must have the same
count. The returned records are ordered validator-major, then input-major:
validator_0/input_0, validator_0/input_1, ..., validator_1/input_0, ...
Each record is status byte || signature (784 bytes). If the validator
metadata is malformed, the function returns a single error status byte.
Batch-generate ring VRF tickets for multiple validators.
secretSeedsDatais fixed-width concatenated seed data, split bysecretSeedDataLen.proverKeyIndicesand secret seeds must have the same count. The returned records are ordered validator-major, then input-major:validator_0/input_0,validator_0/input_1, ...,validator_1/input_0, ...Each record is
status byte || signature (784 bytes). If the validator metadata is malformed, the function returns a single error status byte.