@aleph-sdk/monorepo
    Preparing search index...

    Function verifyTezos

    • Provide a way to verify the authenticity of a signature associated with a given message. This method rely on the verifySignature() implementation from taquito/utils.

      Parameters

      • message: SignableMessage

        The content of the signature to verify. It needs to be a BaseMessage object.

      • signature: string

        The signature associated with the first params of this method.

      Returns boolean