foreignApps property

  1. @JsonKey(name: 'foreign-apps', defaultValue: [])
List<int> foreignApps
final

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.

Implementation

@JsonKey(name: 'foreign-apps', defaultValue: [])
final List<int> foreignApps;