BillInUK

Results 11 comments of BillInUK

请问现在能在IOS上编译通过并运行了吗?

For example, applications related to inscription are very useful. I don't care about from and to in transactions, just only want to parse the input of transaction. Suppose I have...

i want to filter the inscription mint & transfer op with the graph, and sync the data into my postgresql. Or subscribe mint and transfer events of specific tick which...

txSig, err := rpcClient.SendTransaction(context.Background(), tx) always return success,but somtimes,transaction can not located at blockchain.

thanks for your help, i will try it !!!

I implemented this functionality by defining my own structure to parse the results of GetAccountInfoWithOpts. The code is as follows: ```go const ( SPLTokenProgramId = "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA" ) type SPLTokenAccountInfo struct...

Overall, the code you provided is simpler, avoiding unnecessary struct definitions and JSON parsing.

Thank you for your response. So, does that mean the gas fee for creating an account is unavoidable?

Could you please tell me what ways are available to use accountsDB? Both paid and free options are fine.

If the transaction is successful, I can query the transaction using the transaction ID and then parse it to make a judgment. However, if the transaction is discarded, how can...