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