-
instantiating coder
```
const coder = new RaydiumAmmCoder(idl as Idl);
const result = coder.instruction.decode(
Buffer.from("0bf70a9c01000000006417427900000000", "hex")
);
console.log(resu…
-
I am using this library in Android app for solana wallet. I used this for native SOL token transfer and it's working. But now i want to use this same library for Solana SPL (USDC,etc) token transfer. …
-
rbpf does not allow symbol names greater than 64 bytes, and in https://github.com/solana-labs/move/issues/303 I have needed to generate symbol names larger than that. rustc generates huge symbol names…
-
An error occurs when processing some transactions from Mainnet in solana simulator, even though they are successful on Solscan:
1. Transfer method
[Tx link](https://solscan.io/tx/2HhAkLFU8mQns6QDKa…
-
i use react native with ether everything works fine then i install solana web3js and import it i cant use etherjs to getBalance or do other actions
-
I had this error with React native ios when I tried to use the SolanaExtension:
I fixed it by deleting line 21 and line 61:
![Screenshot 2023-03-27 at 23 27 20](https://user-images.githubuse…
-
Swap 1 of 10
Market buy 9 USDC with 0.8 % slippage
Expected out amount: 0.008995502248875561 SOL
Error: SendTransactionError: failed to send transaction: Transaction simulation failed: Error proce…
-
Hello Russel,
First of all, congrats on making this work. I find this repo exceptionally cool. You earned your star.
I was under the impression that a JS binding was required in order to connect…
-
### Version
1
### DataCap Applicant
Triton One Limited
### Project ID
n/a
### Data Owner Name
Triton One Limited
### Data Owner Country/Region
Isle of Man
### Data Owner Industry
Web3 / Cry…
-
I got this error in Next.js - Transfer SOL example.
```
TypeError: Cannot destructure property 'header' of 'message' as it is undefined.
at TransactionMessage.decompile (/var/task/node_module…