Enumeration AddressInvalidReason

This enum is used to explain why an address was invalid.

Enumeration Members

INCORRECT_NUMBER_OF_BYTES: "incorrect_number_of_bytes"
INVALID_HEX_CHARS: "invalid_hex_chars"
INVALID_PADDING_ZEROES: "INVALID_PADDING_ZEROES"
LEADING_ZERO_X_REQUIRED: "leading_zero_x_required"
LONG_FORM_REQUIRED_UNLESS_SPECIAL: "long_form_required_unless_special"
TOO_LONG: "too_long"
TOO_SHORT: "too_short"

Generated using TypeDoc