update parsed tx: add swap at instr idx

This commit is contained in:
thloyi
2026-03-11 14:41:56 +08:00
parent 66f0d247f5
commit eb2bde98ac
2 changed files with 7 additions and 0 deletions

2
tx.go
View File

@@ -12,6 +12,8 @@ type Swap struct {
TxIndex int
InstrIdx uint8
Pool solana.PublicKey
BaseMint solana.PublicKey
QuoteMint solana.PublicKey