# Functions

DecodeString parses the given hex string to bytes, it can return error if the hex string is invalid.
EnsurePrefix adds the prefix (0x) to a given hex string.
HasPrefix returns true if the string starts with 0x.
ParseBig parses the given hex string and returns error if it is invalid.
TrimPrefix removes the prefix (0x) of a given hex string.