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
Currently, .fromSlice reads from the slice but does not modify it. This is useful when you need to read structures in a loop or when two structures are stored in the same slice.
This function is intended to perform operations similar to the following:
Currently, .fromSlice reads from the slice but does not modify it. This is useful when you need to read structures in a loop or when two structures are stored in the same slice.
It may help here:
tact/src/benchmarks/contracts/wallet-v5.tact
Line 78 in b3eced8
The text was updated successfully, but these errors were encountered: