Wallet
VerifySignature
Verifies the signature based on the provided public key and message.
Parameters
Prop | Type / Default |
---|---|
message | string |
publicKey | string |
signature | string |
isHex | boolean |
Returns
Prop | Type / Default |
---|---|
returnValue | boolean |
NimiqHub
Verifies the signature based on the provided public key and message.
Prop | Type / Default |
---|---|
message | string |
publicKey | string |
signature | string |
isHex | boolean |
Prop | Type / Default |
---|---|
returnValue | boolean |