Skip to content

Commit

Permalink
Merge pull request #60 from Concordium/smart-contract-wallet-cis5
Browse files Browse the repository at this point in the history
CIS5 standard (Smart Contract Wallet/ Chaperone Account)
  • Loading branch information
DOBEN authored May 27, 2024
2 parents b06c17d + d532715 commit 5b6c40e
Show file tree
Hide file tree
Showing 3 changed files with 631 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/CIS/cis-2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ A transfer is a token ID, an amount of tokens to be transferred, and the ``from`

When transferring tokens to a contract address, additional information for a receive function hook to trigger is required.

.. _CIS-2-TransferParameter:

Parameter
~~~~~~~~~

Expand Down Expand Up @@ -745,6 +747,8 @@ The main argument is simplicity and to save energy cost on common cases, but oth

The specification does not prevent adding more fine-grained authorization, such as token-level operators.

.. _CIS-2-Receive-Hook-Function:

Receive hook function
---------------------

Expand Down
Loading

0 comments on commit 5b6c40e

Please sign in to comment.