Function tealSignFromProgram

  • tealSignFromProgram creates a signature compatible with ed25519verify opcode from raw program bytes

    Parameters

    • sk: Uint8Array

      uint8array with secret key

    • data: Uint8Array

      Uint8Array with data to sign

    • program: Uint8Array

      Uint8Array with teal program

    Returns Uint8Array

Generated using TypeDoc