Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/account
PrivateKeyInstance
Interface PrivateKeyInstance
interface
PrivateKeyInstance
{
base58
:
string
;
bytes
:
ArrayBufferLike
;
hex
:
Lowercase
<
string
>
;
keccak256
:
ArrayBufferLike
;
public
:
PublicKeyInstance
;
sign
:
(
hash
:
ArrayBufferLike
)
=>
ArrayBufferLike
|
Promise
<
ArrayBufferLike
>
;
verify
:
(
msg
:
ArrayBufferLike
,
signature
:
ArrayBufferLike
,
)
=>
boolean
|
Promise
<
boolean
>
;
}
Hierarchy
EllipticKeyInstance
PrivateKeyInstance
Implemented by
PrivateKey
Index
Properties
base58
bytes
hex
keccak256
public
sign
verify
Properties
base58
base58
:
string
bytes
bytes
:
ArrayBufferLike
hex
hex
:
Lowercase
<
string
>
keccak256
keccak256
:
ArrayBufferLike
public
public
:
PublicKeyInstance
sign
sign
:
(
hash
:
ArrayBufferLike
)
=>
ArrayBufferLike
|
Promise
<
ArrayBufferLike
>
verify
verify
:
(
msg
:
ArrayBufferLike
,
signature
:
ArrayBufferLike
,
)
=>
boolean
|
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base58
bytes
hex
keccak256
public
sign
verify
XYO Platform SDK - v3.6.9
Loading...