๐ฅSetup entrypionts
Used only when initializing contract
Last updated
Used only when initializing contract
Last updated
This section describes entrypoints that are used for setting up lambda functions of the yToken
contract to storage.
For storing this codebase we pack each function with func=Bytes.pack(yTokenFunctionName)
and set each bytes
to the corresponding index
.
Each index could be setted only once
This entrypoint sets FA2
(TZIP-12) functions to storage of contract.
"Use" actions contain the main methods of lending contract. This entrypoint sets them.