solana-go-sdk icon indicating copy to clipboard operation
solana-go-sdk copied to clipboard

Solana Golang SDK

Results 53 solana-go-sdk issues
Sort by recently updated
recently updated
newest added

Hey, I'm trying to deserialize [USDC](https://solscan.io/token/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v) token metadata, using `MetadataDeserialize` but I get an error: `failed to deserialize data, err: failed to read required bytes`. Steps to reproduce: * I'm...

Signers: []types.Account{feePayer}: 2024/10/25 20:11:13 send raw tx error, err: {"code":-32003,"message":"Transaction signature verification failure","data":null}

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...