func (r RegularKey) Hash() (crypto.Hash, error) { return crypto.NewAccountId(r[:]) }
func (a Account) Hash() (crypto.Hash, error) { return crypto.NewAccountId(a[:]) }