mosco_p

Results 3 issues of mosco_p

Currently, sending a WebSocket message (or any input value at all as far as I know) to a server requires the input to be inside a form as described below...

I keep encountering this error whenever I try to send transactions for creating associated token account ``` Error sending transaction: { "code":-32002, "message":"Transaction simulation failed: Error processing Instruction 0: incorrect...

I would like to know if it is possible to add new instructions to pre-existing transactions similar to `transaction.add()` in the `@solana/web3.js` package. I tried to do something to make...