# Constants

AddressHint hints that value should be an address.
CodeHint hints that value should be a smart contract code, normally loaded from a file.
HexHint hints that value should be displayed simply as hex.
NoHint indicates that the type if not known.
NumberHint hints that value should be a number.
StrHint hints that value should be a string expression, e.g.

# Structs

ExprReconstructor is a component that attempts to convert raw bytes to a human-readable format.

# Type aliases

ExprReconstructorHint type definition.