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