Hey, how can I write a dict in BOC?
I tried dataInit.bits.writeUint(0,1); to write an empty array but I get error throw Error('Unsupported stack item type: ' + s[0]); When I try to read
Error: Unsupported stack item type: list
Mar 13, 2023, 7:04 PM