SolarWolf-Code

Results 2 issues of SolarWolf-Code

### Describe the bug The code: ```v fn main(){ x := [10]int{} y := unsafe {x} println(y) } ``` results in the following error: /tmp/v_1000/main.5363683437166043845.tmp.c:12262: error: '{' expected (got ";")...

Bug

Adds a function to get unified transfers. From what I can tell this is currently the only way to get debit/credit transfer info which is how I stumbled across it...