Please excuse my poor English.
The verification process says it verifies Merkle proofs, is this the process used when creating in batch?
If you use one certificate for one blockchain transaction, do you just verify the hash of the one certificate instead of the Merkle proof?
Hi @Norihiro, thank you for your interest. Merkle trees are always used to create batches, even if there is only one certificate in a batch, so the Merkle proof would be verified in any case.
thanks for the reply.
If there is only one certificate in the batch, will the Merkle root and targetHash have the same value?