Skip to content

Commit

Permalink
ARC-79 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoWeezy committed Dec 6, 2024
1 parent d2032d5 commit a013bcf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ARCs/arc-0079.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ title: URI scheme, App NoOp call extension
description: A specification for encoding NoOp Application call Transactions in a URI format.
author: MG (@emg110)
discussions-to: https://github.com/algorandfoundation/ARCs/issues/319
status: Last Call
last-call-deadline: 2024-11-30
status: Final
type: Standards Track
category: Interface
sub-category: General
Expand Down Expand Up @@ -55,7 +54,7 @@ otherparam = qchar *qchar [ "=" *qchar ]

- type: fixed to "appl". Used to disambiguate the transaction type from the base [ARC-26](./arc-0026.md) standard and other possible extensions

- app: The first reference is set to specify the called application (Algorand Smart Contract) ID and is mandatory. Additional references are optional and will be used in the Application NoOp call's foreign applications array.
- app: The first reference is set to specify the called application (Algorand Smart Contract) ID and is mandatory. Additional references are optional and will be used in the Application NoOp call's foreign applications array.

- method: Specify the full method expression (e.g "example_method(uint64,uint64)void").

Expand All @@ -79,7 +78,7 @@ If the URI is constructed so that other dApps, wallets or protocols could use it

- The placeholder account/app address in URI **MUST** be ZeroAddress ("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ"). Since ZeroAddress cannot initiate any action this approach is considered non-vulnerable and secure.


### Example

Call claim(uint64,uint64)byte[] method on contract 11111111 paying a fee of 10000 micro ALGO from an specific address
Expand Down

0 comments on commit a013bcf

Please sign in to comment.