Skip to content

Commit

Permalink
Removed ARC-26 duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
emg110 committed Oct 21, 2024
1 parent 1250f5b commit 600edba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ARCs/arc-0079.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ argparam = "arg=" (*qchar | *digit)
feeparam = "fee=" *digit
accountparam = "account=" *qchar
assetparam = "asset=" *digit
noteparam = (xnote | note)
xnote = "xnote=" *qchar
note = "note=" *qchar
otherparam = qchar *qchar [ "=" *qchar ]
```

Expand All @@ -70,10 +67,6 @@ otherparam = qchar *qchar [ "=" *qchar ]

- account: Account or nfd address to be used in Application NoOp method call foreign accounts array.

- xnote: As in [ARC-26](./arc-0026.md). A URL-encoded notes field value that must not be modifiable by the user when displayed to users.

- note: As in [ARC-26](./arc-0026.md). A URL-encoded default notes field value that the the user interface may optionally make editable by the user.

- fee: Optional. An optional static fee to set for the transaction in microAlgos.

- (others): optional, for future extensions
Expand Down

0 comments on commit 600edba

Please sign in to comment.