Skip to content

Commit

Permalink
foriegn ref sum
Browse files Browse the repository at this point in the history
  • Loading branch information
jannotti committed Jun 15, 2021
1 parent 84b7dcf commit f7576eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev/ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,6 @@ An application call transaction additionally has the following fields:
- Asset IDs that the executing program may read asset parameters from. This
field is encoded as msgpack field `apas`. The maximum number of entries in
this field is 8.
- The sum of the number of Accounts in `apat`, Application IDs in
`apfa`, and Asset IDs in `apas` is limited to 8.
- Local state schema, encoded as msgpack field `apls`. This field is only used
during application creation, and sets bounds on the size of the local state
for users who opt in to this application.
Expand All @@ -652,6 +650,10 @@ An application call transaction additionally has the following fields:
both application creation and updates, and sets the corresponding
application's `ClearStateProgram`.

Furthermore, the sum of the number of Accounts in `apat`, Application IDs in
`apfa`, and Asset IDs in `apas` is limited to 8.


An asset configuration transaction additionally has the following fields:

- The ID of the asset being configured, encoded as msgpack field `caid`.
Expand Down

0 comments on commit f7576eb

Please sign in to comment.