Search
Preparing search index...
The search index is not available
CodeChain JavaScript SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
H160
Class H160
Handles 160-bit data. Used to express account addresses.
Hierarchy
H160
Index
Constructors
constructor
Properties
value
Methods
rlp
Bytes
to
Encode
Object
check
ensure
from
Bytes
Constructors
constructor
new
H160
(
value
:
string
)
:
H160
Parameters
value:
string
Returns
H160
Properties
value
value
:
string
Methods
rlp
Bytes
rlp
Bytes
(
)
:
Buffer
Returns
Buffer
to
Encode
Object
to
Encode
Object
(
)
:
string
Returns
string
Static
check
check
(
param
:
H160
|
string
)
:
boolean
Parameters
param:
H160
|
string
Returns
boolean
Static
ensure
ensure
(
param
:
H160
|
string
)
:
H160
Parameters
param:
H160
|
string
Returns
H160
Static
from
Bytes
from
Bytes
(
buffer
:
Buffer
)
:
H160
Parameters
buffer:
Buffer
Returns
H160
Globals
H160
constructor
value
rlp
Bytes
to
Encode
Object
check
ensure
from
Bytes
Generated using
TypeDoc
Handles 160-bit data. Used to express account addresses.