parse_uint160_hex_be

Function parse_uint160_hex_be 

Source
pub fn parse_uint160_hex_be(value: &str) -> Result<[u8; 20], String>
Expand description

Parse a Neo UInt160 from a 0x-prefixed (or raw) big-endian hex string.

Returns the UInt160 in NeoVM byte order (little-endian 20 bytes).