Toni Tabak
Toni Tabak
> > All looks great, nice effort, the only issue I have with this is a diversion from the original idea, How do we now add this method to the...
Is it possible to refactor this to target beta, and drop all sequencer stuff? @PhilippeR26
> @tabaktoni Just a feedback on the draft WalletAccount PR. Even though having class based approach for other starknet.js entities makes sense, for WalletAccount in particular I think we should...
> But as they are not static methods, you need to create an account object to access to these functions. Creating an account object needs the privKey. > It means...
To be honest i don't see the point as startknet provide multi call but, instead of user creating call array, it cold be done behind the scene. This could be...
I have this issue, and I nailed it down to recursion in the json specification. How to resolve I don't know.
I also have this problem after installing redux-persist-expo-filesystem
in babelrc.js i added this `module.exports = { plugins: [ [ 'module-resolver', { alias: { components: path.join(__dirname, './src/components'), }, }, ], [ 'import', { libraryName: 'antd', style: true, // or...
I don't see a gain in doing a simple wrapper, as any dev can extend Signer on their own for whatever it's needed. But if we are going to merge...