tonkeeper / tongo

Go primitives to work with TON
MIT License
215 stars 45 forks source link

Change lite api workchain type from uint32 to int32 #310

Open pyropy opened 1 month ago

pyropy commented 1 month ago

When master workchain value of -1 is passed down to the lite api value is overflown as generated type is uint32 for some reason.