BillInUK

Results 12 issues of BillInUK

### Description index transactions on avax without contract address just with from to or data ### Are you aware of any blockers that must be resolved before implementing this feature?...

enhancement
chains/avax

### Description Can I merge my existing PostgreSQL schema with your project? I want to filter transactions of USDT and USDC based on the address pool stored in my PostgreSQL....

enhancement
Stale

i have a schema defined in operation-types.ts export type Scalars = { ID: { input: string; output: string; } String: { input: string; output: string; } Boolean: { input: boolean;...

Hello, I have encountered a bug that occurs probabilistically. I want to send a transaction containing multiple instructions to the blockchain. Although I can successfully call ```go txSig, err :=...

I use the following code to get owner of token account, but returned me a program id 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'。 ```go rpcClient := rpc.New(RpcMainNet) tokenMintPubKey := solana.MPK(TokenMainNetAddress) tokenAccountPubKey := solana.MustPublicKeyFromBase58("3XRNhFEXkV7itJEJMDBN8iRHBgwhgk83XB5K3s3re3Ew") tokenAccountInfo, err...

i have an transaction on devnet, and it contains many transfer checked instructions. https://explorer.solana.com/tx/2UpCNcHHea8suVW93ixX2zbcjZ6C9yjGDdcDnFHJr6HDmRhETRUUwyZCXf7kYXPnv16FdL3egpZQm2WB1TivNoHv?cluster=devnet How can I parse out each native account from a transaction that contains many transfer checked...

when i transfer spl token to a new account,i must funding 0.002 sol to create a token account. how can i transfer spl token to a new account with out...

i send an transaction to trasfer my spl token,in the following code i simulate my transaction to get the comsumed units,and GetFeeForMessage to calculate the transaction fee. ```go func TestEstimateMultiTransferFee(t...

how can i get transaction details and height with a given block hash?

I asynchronously sent a Solana transaction and received a transaction ID (txId), but I want to know the final status of the transaction, including whether it was successful, failed to...