David.Liu

Results 3 issues of David.Liu

i use anchor-go get the client but i have the question, just like : Error Code: InstructionFallbackNotFound. Error Number: 101. Error Message: Fallback functions are not supported

show code: mintAccount, err := mintInstance.SolanaClient.RPC.GetAccountInfo(context.Background(), metadataPubkey) if err != nil { panic(err) } var metdataData *tokenmetadata.Metadata if err := bin.NewBinDecoder(mintAccount.Value.Data.GetBinary()).Decode(&metdataData); err != nil { log.Errorf("NewBinDecoder error %+v", err) return...

mac M1系统 报错 ![image](https://user-images.githubusercontent.com/15599854/213344347-bf6d3cbb-3824-41a2-b778-37a818701088.png)