verifyRequiredSignatures

open fun verifyRequiredSignatures(): <Error class: unknown class>

Verifies the signatures on this transaction and throws if any are missing. In this context, "verifying" means checking they are valid signatures and that their public keys are in the requiredSigningKeys set.

Throws

if any signatures are invalid or unrecognised.

if any signatures should have been present but were not.