You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dapp wants to retrieve the return value of a very complex algorithmic data, which does not involve any changes to the information on the chain, and is only read only ,The dapp side is difficult to implement this algorithm, or the contract provided by others can not implement the algorithm, need to be able to get this return value ,For example
public fun get_data(): u64 {
/// Very complicated algorithm
}
the dapp wants the return value
The text was updated successfully, but these errors were encountered:
The dapp wants to retrieve the return value of a very complex algorithmic data, which does not involve any changes to the information on the chain, and is only read only ,The dapp side is difficult to implement this algorithm, or the contract provided by others can not implement the algorithm, need to be able to get this return value ,For example
the dapp wants the return value
The text was updated successfully, but these errors were encountered: