Constructors
constructor
- new H160(value: string): H160
Methods
isEqualTo
- isEqualTo(rhs: H160): 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): H160
Handles 160-bit data. Used to express account addresses.