Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/account
PrivateKeyStatic
Interface PrivateKeyStatic
interface
PrivateKeyStatic
{
create
(
value
:
bigint
|
ArrayBufferLike
)
:
Promise
<
PrivateKeyInstance
>
;
isPrivateKey
(
value
:
unknown
)
:
boolean
;
}
Index
Methods
create
is
Private
Key
Methods
create
create
(
value
:
bigint
|
ArrayBufferLike
)
:
Promise
<
PrivateKeyInstance
>
Parameters
value
:
bigint
|
ArrayBufferLike
Returns
Promise
<
PrivateKeyInstance
>
is
Private
Key
isPrivateKey
(
value
:
unknown
)
:
boolean
Parameters
value
:
unknown
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
is
Private
Key
XYO Platform SDK - v3.6.9
Loading...