Interface AppOptionalFlags

Stateful smart contract transaction optional parameters (accounts, args..).

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.

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.

lease?: Uint8Array
note?: Uint8Array

Generated using TypeDoc