- Preparing search index...
- The search index is not available
casper-js-sdk
Constructors
constructor
- new HexBytes(bytes: Uint8Array): HexBytes
-
Methods
toHex
- toHex(): string
-
Returns string
toJSON
- toJSON(): string
-
Returns string
toString
- toString(): string
-
Returns string
Represents a collection of bytes stored as a
Uint8Array
with methods to convert to/from hexadecimal and JSON.