Verifying signatures

first, get the address for the provided HydroID. Then call isSigned

params( v, r, s signature, message, address)

returns bool indicating whether the signed message corresponds to the address provided or not.

Last updated