mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-11 05:30:07 +00:00
86715511d0
Imported from CityOfZion/neo-storm (77d0e5949470b2648acd37c71116f4469197772b).
6 lines
150 B
Go
6 lines
150 B
Go
package util
|
|
|
|
// FromAddress is an utility function that converts an NEO address to its hash.
|
|
func FromAddress(address string) []byte {
|
|
return nil
|
|
}
|