Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIS5 standard (Smart Contract Wallet/ Chaperone Account) #60

Merged
merged 10 commits into from
May 27, 2024
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
Loading