Signature Validity
A verification check performed by network nodes to confirm that a transaction has been properly signed using the sender’s cryptographic private key. This process ensures that the transaction was genuinely authorized by the claimed sender and that the transaction data has not been altered since it was signed. The network verifies this by checking the digital signature against the sender’s public key and comparing the transaction’s hash with a newly generated hash of the received data.
Back to Dictionary