neoneo-go/pkg/vm/api/util/util.go

7 lines
145 B
Go
Raw Normal View History

package util
// FromAddress returns the underlying bytes from the given address string.
func FromAddress(address string) []byte {
return nil
}