Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/key-model
PublicKeyInstance
Interface PublicKeyInstance
interface
PublicKeyInstance
{
base58
:
string
;
bytes
:
ArrayBufferLike
;
hex
:
Lowercase
<
string
>
;
keccak256
:
ArrayBufferLike
;
get
address
()
:
AddressValueInstance
;
verify
(
msg
:
ArrayBufferLike
,
signature
:
ArrayBufferLike
,
)
:
boolean
|
Promise
<
boolean
>
;
}
Hierarchy
EllipticKeyInstance
PublicKeyInstance
Index
Properties
base58
bytes
hex
keccak256
Accessors
address
Methods
verify
Properties
base58
base58
:
string
bytes
bytes
:
ArrayBufferLike
hex
hex
:
Lowercase
<
string
>
keccak256
keccak256
:
ArrayBufferLike
Accessors
address
get
address
()
:
AddressValueInstance
Returns
AddressValueInstance
Methods
verify
verify
(
msg
:
ArrayBufferLike
,
signature
:
ArrayBufferLike
,
)
:
boolean
|
Promise
<
boolean
>
Parameters
msg
:
ArrayBufferLike
signature
:
ArrayBufferLike
Returns
boolean
|
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base58
bytes
hex
keccak256
Accessors
address
Methods
verify
XYO Platform SDK - v3.6.9
Loading...