parseDict(c.beginParse(), 264, () => null); what is the equivalent code for new version ton js library?
Feb 15, 2023, 5:45 PM
any help?
Feb 15, 2023, 5:46 PM
Not sure, but you can try to use loadDict()
Feb 15, 2023, 5:50 PM
c.beginParse().loadDict(); ?
Dictionary.loadDirect(Dictionary.Keys.Uint(16), Dictionary.Values.Uint(16), c.beginParse()); ?
🥹
tried c.beginParse().loadDict(Dictionary.Keys.BigUint(256), Dictionary.Values.Buffer(32)); error Error: Index 265 > 265 is out of bounds
Feb 15, 2023, 6:04 PM