Alexander

Results 2 issues of Alexander

I noticed the following code in the transaction constructor: ```ts txn.appArgs.forEach((arg) => { if (arg.constructor !== Uint8Array) throw Error('each element of AppArgs must be a Uint8Array.'); }); ``` It forces...

Team Scytale

When I press `ESC` to see console window, it automatically disappears. It'll be more convenient, if I could watch results in console by just pressing and not clicking to other...