Algorand TypeScript
    Preparing search index...

    Function ed25519verify

    • for (data A, signature B, pubkey C) verify the signature of ("ProgData" || program_hash || data) against the pubkey => {0 or 1} The 32 byte public key is the last element on the stack, preceded by the 64 byte signature at the second-to-last element on the stack, preceded by the data which was signed at the third-to-last element on the stack.

      Parameters

      Returns boolean

      Native TEAL opcode: ed25519verify Min AVM version: 1