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
H512
Class H512
Handles 512-bit data. Used to express public keys.
Hierarchy
H512
Index
Constructors
constructor
Properties
value
Methods
rlp
Bytes
to
Encode
Object
check
ensure
from
Bytes
Constructors
constructor
new
H512
(
value
:
string
)
:
H512
Parameters
value:
string
Returns
H512
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
:
H512
|
string
)
:
boolean
Parameters
param:
H512
|
string
Returns
boolean
Static
ensure
ensure
(
param
:
H512
|
string
)
:
H512
Parameters
param:
H512
|
string
Returns
H512
Static
from
Bytes
from
Bytes
(
buffer
:
Buffer
)
:
H512
Parameters
buffer:
Buffer
Returns
H512
Globals
H512
constructor
value
rlp
Bytes
to
Encode
Object
check
ensure
from
Bytes
Generated using
TypeDoc
Handles 512-bit data. Used to express public keys.