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
constdict=result.stack.readCell().asSlice().loadDictDirect(Dictionary.Keys.Uint(8),Dictionary.Values.Cell());for(constkeyofdict.keys()){constcell=dict.get(key);// process cell here}
...
.loadDictDirect(Dictionary.Keys.Uint(8), Dictionary.Values.Buffer(num)); // number of bytes (symbols in string)
for (const key of dict.keys()) {
const string= dict.get(key);
...
I call get method in contract
my code:
contract code:
how to get a dictionary of data in js from a contract ?
The text was updated successfully, but these errors were encountered: