Exemplo n.º 1
0
func (b BlockHeader) Hash() crypto.SHA256Sum {
	return crypto.CertcoinHash(b.Json())
}
Exemplo n.º 2
0
func (t Txn) Hash() crypto.SHA256Sum {
	return crypto.CertcoinHash(t.Json())
}