Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

badEnumMessage: string = "Input string was neither numeric nor a valid enum value"
checksumFailedMessage: string = "Address checksum failed (use all lowercase or all uppercase to circumvent)"
errorResultMessage: string = "Input is a wrapped result representing an error rather than a value"
invalidUtf16Message: string = "Input string was not valid UTF-16"
looseModeOnlyMessage: string = "Numeric input for bytes is only allowed in loose mode and only for dynamic-length bytestrings"
negativeBytesMessage: string = "Input for bytes cannot be negative"
nonIntegerMessage: string = "Input numeric value was not an integer"
nonNumericMessage: string = "Input string was not numeric"
nonSafeMessage: string = "Input number is not a Javascript safe integer"
notAStringMessage: string = "Input was not a string, type/value pair, or wrapped or boxed string"
outOfRangeEnumMessage: string = "Input is outside the range of this enum type"
outOfRangeMessage: string = "Input is outside the range of this numeric type"

Functions

  • notABytestringMessage(what: string): string
  • overlongMessage(expected: number, got: number): string
  • specifiedTypeMessage(dataType: string): string
  • tooPreciseMessage(expected: number, got: number): string
  • wrappedTypeMessage(dataType: Type): string
  • wrongArrayLengthMessage(expected: number | BN, got: number): string
  • wrongLengthMessage(what: string, expected: number, got: number): string

Generated using TypeDoc