Hex Value Types
HexNumber
HexNumber represents a numeric value encoded as a hexadecimal string. Commonly used to encode block numbers, timestamp and other numeric values that are too large to be assigned to a Javascript variable.
Example
HexByte
HexByte represents a byte array encoded as a hexadecimal string. Common used to represent signatures and hashes.
Example
Last updated