Function tealSignFromProgram

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

    Parameters

    • sk: Uint8Array

      uint8array with secret key

    • data: Uint8Array | Buffer

      buffer with data to sign

    • program: Uint8Array

      buffer with teal program

    Returns Uint8Array

Generated using TypeDoc