Function sp_io::crypto::finish_batch_verify
source · pub fn finish_batch_verify() -> bool
Expand description
Finish batch-verification of signatures.
Verify or wait for verification to finish for all signatures which were previously
deferred by sr25519_verify
/ed25519_verify
.
Will panic if no VerificationExt
is registered (start_batch_verify
was not called).