Michael Fabozzi

Results 11 comments of Michael Fabozzi

I totally agree with this. A serialized JSON string would be so much accessible. No base64 parsing, no low-level interaction, just data ready to be used. The easier it is...

Hi all, I saw from the list that our OnPausedChanged method is triggering a "Boolean vs Integer" error. What are we doing wrong? This is our event: `public static event...

Ok, so we don't have to change anything?

Hey guys, why if i do the rpc call "getnep11balances" on NEO-GO nodes i get a result with a set of data and if i do the same request to...

Yes, i agree with you. Another strange thing is that I just tried also with another contract (https://explorer.onegate.space/contractinfo/0xc09af9967175faca47d610716900f075bd8bf18a) that has basically the same Transfer method and NEP11 handling of the...

Thanks to NeoLine devs we found the cause of the problem. Basically BlackStoneShard Nft contract at the beginning had 2 balanceOf methods because i coded it with an overload to...

Yep, at the moment it disconnects everytime to act like walletconnect. Anyway, I agree regarding the fact that it would be cool to have those events also if they won't...

Heyy @gsmachado Actually, considering @csmuller question I'm thinking about 2 ways of implementing this: ### Case 1 No changes needed on the codebase. You implement directly the hooks needed. **walletChanged**...

Nice idea Harry! It would be really useful to connect locally 🤓 Basically we can add a "neo-express-adapter" that handle retrieval of the wallet by asking the user for wallet...

Can you give an example? Consider that the usage is exactly the same: Before: ```typescript enum SomeEnum { FOO = "foo" } // Usage SomeEnum.FOO ``` After: ```typescript const SomeEnum...