Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromHash160 ¶
FromHash160 is a utility function that converts given Hash160 to Base58-encoded Neo address.
func ToHash160 ¶
ToHash160 is a utility function that converts a Neo address to its hash (160 bit BE value in a 20 byte slice). When parameter is known at compile time (it's a constant string) the output is calculated by the compiler and this function is optimized out completely. Otherwise, standard library and system calls are used to perform the conversion and checks (panic will happen on invalid input).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.