keyMatchingPlaceholder.textContent=`Decoded and signing key match. Remote endpoint ${verifyAuthorityResult.valid?"accepted":"REJECTED"} transaction authority. Transaction has been signed using: ${hf26SerializationMatch?'HF26':'Legacy'} serialization form`;
}
else
keyMatchingPlaceholder.textContent=`Error: Keys decoded from signature: ${tx.signatureKeys[0]}, ${tx.legacy_signatureKeys[0]} DO NOT MATCH signer key: ${testEnv.publicKey}`;