Esempio n. 1
0
func (r RegularKey) Hash() (crypto.Hash, error) {
	return crypto.NewAccountId(r[:])
}
Esempio n. 2
0
func (a Account) Hash() (crypto.Hash, error) {
	return crypto.NewAccountId(a[:])
}