accounts property

  1. @JsonKey(name: 'accounts', defaultValue: [])
List<String> accounts
final

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

Implementation

@JsonKey(name: 'accounts', defaultValue: [])
final List<String> accounts;