EosjsAuthWrapper.verify
You're seeing just the function
verify
, go back to EosjsAuthWrapper module for more information.
Verify signature.
Returns {:ok, true}
Examples
iex> EosjsAuthWrapper.verify("some sighnature", "this is a phrase", "some_valid_pub_key")
{:ok, false}