Interface: RequestorderParams

April 29, 2026 ยท View on GitHub

iexec


iexec / <internal> / RequestorderParams

Interface: RequestorderParams

Properties

bulk_cid?

optional bulk_cid: string

bulk CID for the request

default none


iexec_args?

optional iexec_args: string

arguments to pass to the app


iexec_input_files?

optional iexec_input_files: string[]

input files for the app (direct download url)


iexec_result_encryption?

optional iexec_result_encryption: boolean

encrypt results

default false

NB: iexec_result_encryption: true is only available for TEE tasks, use with tag: ["tee"]


iexec_result_storage_provider?

optional iexec_result_storage_provider: string

selected storage provider

supported: 'ipfs'|'dropbox'

default 'ipfs'


iexec_secrets?

optional iexec_secrets: Record<number, string>

requester secrets to pass to the app

const secret = {
  1: 'login', // maps requester named secret "login" to app secret 1
  2: 'password' // maps requester named secret "password" to app secret 2
};

NB: iexec_secrets are only available for TEE tasks, use with tag: ["tee"]