internal string calculateHash() { return(CryptoJS.SHA256($"{index}{previousHash}{timestamp}{data}")); }