Skip to content

Commit

Permalink
30: other
Browse files Browse the repository at this point in the history
  • Loading branch information
OCTO-FRAH committed Aug 19, 2020
1 parent 8fe3243 commit 17be429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ We are working on a fungible token which can handle multiple assets. We decided

<!-- prettier-ignore -->2- Retrieving the hook - if the receiver _r_ implements the *fa2\_token\_receiver* interface, introduce variable _h_ as hook entry point.

<!-- prettier-ignore -->3- Prepare parameters - cast parameter _p_ into type *transfer\_descriptor\_param\_to\_michelson* and store the result in a new variable _pm_
<!-- prettier-ignore -->3- Prepare parameters - cast the parameter _p_ into type *transfer\_descriptor\_param\_to\_michelson* and store the result in a new variable _pm_

<!-- prettier-ignore -->4- Call the entry point - create a variable _op_ of type *operation* which is a transaction sending variable _pm_ and no mutez to the retrieved entry point _h_

Expand Down

0 comments on commit 17be429

Please sign in to comment.