set_admin_function
Method for set admin functions.
There are 8 functions that belong to admin methods in the Standalone variant and 7 functions in the Factory variant (add_pool
Add new dex excluded from Factory variant).
Input parameters type
Field
Type
Description
func
bytes
Packed bytes from
type admin_func_t is (admin_action_t * storage_t) -> return_t
index
nat
Index of the passed method to be set to the lambdas big_map
This contract method is called only by admin
of that contract.
Last updated