forked from TrueCloudLab/neoneo-go
7 lines
145 B
Go
7 lines
145 B
Go
|
package util
|
||
|
|
||
|
// FromAddress returns the underlying bytes from the given address string.
|
||
|
func FromAddress(address string) []byte {
|
||
|
return nil
|
||
|
}
|