Interface: AppDeploymentArgs

April 29, 2026 ยท View on GitHub

iexec


iexec / <internal> / AppDeploymentArgs

Interface: AppDeploymentArgs

Properties

checksum

checksum: string

app image digest


mrenclave?

optional mrenclave: string

Deprecated

used for legacy TEE apps only, should not be set for modern TEE apps


multiaddr

multiaddr: Multiaddress

app image address


name

name: string

a name for the app


owner

owner: string

the app owner


type

type: string

only 'DOCKER' is supported

Contents

  1. 1Properties
  2. 1.1checksum
  3. 1.2mrenclave?
  4. 1.3multiaddr
  5. 1.4name
  6. 1.5owner
  7. 1.6type