Constructors
constructor
- new H256(value: string): H256
Methods
isEqualTo
- isEqualTo(rhs: H256): boolean
-
Parameters
Returns boolean
Static check
- check(param: any): boolean
-
Parameters
Returns boolean
Static Private checkString
- checkString(value: string): boolean
-
Parameters
Returns boolean
Static fromBytes
- fromBytes(buffer: Buffer): H256
Handles 256-bit data. Used to express block hash, parcel hash, transaction hash, merkle root, etc.