Interface: RequestorderParams
April 29, 2026 ยท View on GitHub
iexec / <internal> / RequestorderParams
Interface: RequestorderParams
Properties
bulk_cid?
optionalbulk_cid:string
bulk CID for the request
default none
iexec_args?
optionaliexec_args:string
arguments to pass to the app
iexec_input_files?
optionaliexec_input_files:string[]
input files for the app (direct download url)
iexec_result_encryption?
optionaliexec_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?
optionaliexec_result_storage_provider:string
selected storage provider
supported: 'ipfs'|'dropbox'
default 'ipfs'
iexec_secrets?
optionaliexec_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"]