The function get_secret
is intended to be a view function. But this function cannot be called from a wallet. It can only be called from a script or another contract. As a result, owner cannot call it from his wallet which is a loss of functionality. This function is not marked as entry
, which means it cannot be called directly by end-users via transactions
This function is public fun, not public entry fun.
Owner cannot call this function directly from his wallet or via a transaction (cli).
Only other Move modules or scripts can call this function.
Fuction cannot be called from a wallet and if the owner is non technical, it will not be possible for him to manage it
Add entry
on the function get_secret
, such as:
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.