Parameter | Description | Data Type |
---|---|---|
domain | Domain separator. Prevents collisions with other transactions/messages with the same structure. | JSON |
types | Type definition of Typed Data. | JSON |
value | The value of Typed Data. | JSON |
signature | Signature to be verified. | String |
address | Signed account address (Base58 or Hex format). | String |
bool
- true
if verified successfully; otherwise, returns an error indicating that the signature does not match.