Optionalarray: Uint8Array<ArrayBufferLike>Hex string representation of this instance.
Number of bytes in this instance.
UTF-8 string representation of this instance.
Mutating. Append bytes to this instance.
Non-mutating, returns a copy of this instance with appended bytes.
Mutating. Drop bytes from the start of this instance.
Optionaln: numberNon-mutating, returns a copy of this instance with dropped bytes from the start.
Optionaln: numberReturn true if the object equals the other object passed.
Called when encoding to json abi format.
Returns a string representation of an object.
Optionalencoding: BytesEncodingMutating. Pad this instance to length.
Optionaltruncate: booleanNon-mutating, returns a copy of this instance with zeros padded.
Optionaltruncate: booleanStaticabiStaticequalStaticfromCreate a new Bytes instance.
Optionalencoding: BytesEncodingStaticfromStaticfromOptionalencoding: BytesEncodingStaticisStaticrandom
Interface that should be implemented by ABI serializable objects.