Interface AppDeploymentFlags

Stateful Smart contract flags for specifying sender and schema

Hierarchy

Properties

accounts?: string[]

List of accounts in addition to the sender that may be accessed from the application's approval-program and clear-state-program.

appArgs?: (string | Uint8Array)[]

Transaction specific arguments accessed from the application's approval-program and clear-state-program.

extraPages?: number
foreignApps?: number[]

Lists the applications in addition to the application-id whose global states may be accessed by this application's approval-program and clear-state-program. The access is read-only.

foreignAssets?: number[]

Lists the assets whose AssetParams may be accessed by this application's approval-program and clear-state-program. The access is read-only.

globalBytes: number
globalInts: number
lease?: Uint8Array
localBytes: number
localInts: number
note?: Uint8Array
sender: default

Generated using TypeDoc