ReturnData
BrandedUint8Array representing raw, uninterpreted return data from contract execution.
Type
Construction
Methods
from(value)- Universal constructor (hex or bytes)fromHex(hex)- From hex stringfromBytes(bytes)- From Uint8ArraytoHex(data)- Convert to hex stringtoBytes(data)- Convert to Uint8Arrayequals(a, b)- Compare equalityisEmpty(data)- Check if empty

