EncodedData
Branded hex string representing ABI-encoded data. Used for function calls, constructor arguments, and custom error data.Type
Construction
Methods
from(value)- Universal constructor (hex or bytes)fromBytes(bytes)- From Uint8ArraytoBytes(data)- Convert to Uint8Arrayequals(a, b)- Compare equality (case-insensitive)

