You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
funccreateClaimableBalanceEvents(opIndexuint32, op xdr.CreateClaimableBalanceOp, result xdr.CreateClaimableBalanceResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
184
+
funccreateClaimableBalanceEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.CreateClaimableBalanceOp, result xdr.CreateClaimableBalanceResult) ([]*TokenTransferEvent, error) {
160
185
returnnil, nil
161
186
}
162
187
163
-
funcclaimClaimableBalanceEvents(opIndexuint32, op xdr.ClaimClaimableBalanceOp, result xdr.ClaimClaimableBalanceResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
188
+
funcclaimClaimableBalanceEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.ClaimClaimableBalanceOp, result xdr.ClaimClaimableBalanceResult) ([]*TokenTransferEvent, error) {
164
189
returnnil, nil
165
190
}
166
191
167
-
funcclawbackEvents(opIndexuint32, op xdr.ClawbackOp, result xdr.ClawbackResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
192
+
funcclawbackEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.ClawbackOp, result xdr.ClawbackResult) ([]*TokenTransferEvent, error) {
168
193
returnnil, nil
169
194
}
170
195
171
-
funcclawbackClaimableBalanceEvents(opIndexuint32, op xdr.ClawbackClaimableBalanceOp, result xdr.ClawbackClaimableBalanceResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
196
+
funcclawbackClaimableBalanceEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.ClawbackClaimableBalanceOp, result xdr.ClawbackClaimableBalanceResult) ([]*TokenTransferEvent, error) {
172
197
returnnil, nil
173
198
}
174
199
175
-
funcallowTrustEvents(opIndexuint32, op xdr.AllowTrustOp, result xdr.AllowTrustResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
200
+
funcallowTrustEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.AllowTrustOp, result xdr.AllowTrustResult) ([]*TokenTransferEvent, error) {
176
201
returnnil, nil
177
202
}
178
203
179
-
funcsetTrustLineFlagsEvents(opIndexuint32, op xdr.SetTrustLineFlagsOp, result xdr.SetTrustLineFlagsResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
204
+
funcsetTrustLineFlagsEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.SetTrustLineFlagsOp, result xdr.SetTrustLineFlagsResult) ([]*TokenTransferEvent, error) {
180
205
returnnil, nil
181
206
}
182
207
183
-
funcliquidityPoolDepositEvents(opIndexuint32, op xdr.LiquidityPoolDepositOp, result xdr.LiquidityPoolDepositResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
208
+
funcliquidityPoolDepositEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.LiquidityPoolDepositOp, result xdr.LiquidityPoolDepositResult) ([]*TokenTransferEvent, error) {
184
209
returnnil, nil
185
210
}
186
211
187
-
funcliquidityPoolWithdrawEvents(opIndexuint32, op xdr.LiquidityPoolWithdrawOp, result xdr.LiquidityPoolWithdrawResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
212
+
funcliquidityPoolWithdrawEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.LiquidityPoolWithdrawOp, result xdr.LiquidityPoolWithdrawResult) ([]*TokenTransferEvent, error) {
188
213
returnnil, nil
189
214
}
190
215
191
-
funcmanageBuyOfferEvents(opIndexuint32, op xdr.ManageBuyOfferOp, result xdr.ManageBuyOfferResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
216
+
funcmanageBuyOfferEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.ManageBuyOfferOp, result xdr.ManageBuyOfferResult) ([]*TokenTransferEvent, error) {
192
217
returnnil, nil
193
218
}
194
219
195
-
funcmanageSellOfferEvents(opIndexuint32, op xdr.ManageSellOfferOp, result xdr.ManageSellOfferResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
220
+
funcmanageSellOfferEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.ManageSellOfferOp, result xdr.ManageSellOfferResult) ([]*TokenTransferEvent, error) {
196
221
returnnil, nil
197
222
}
198
223
199
-
funccreatePassiveSellOfferEvents(opIndexuint32, op xdr.CreatePassiveSellOfferOp, result xdr.ManageSellOfferResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
224
+
funccreatePassiveSellOfferEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.CreatePassiveSellOfferOp, result xdr.ManageSellOfferResult) ([]*TokenTransferEvent, error) {
200
225
returnnil, nil
201
226
}
202
227
203
-
funcpathPaymentStrictSendEvents(opIndexuint32, op xdr.PathPaymentStrictSendOp, result xdr.PathPaymentStrictSendResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
228
+
funcpathPaymentStrictSendEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.PathPaymentStrictSendOp, result xdr.PathPaymentStrictSendResult) ([]*TokenTransferEvent, error) {
204
229
returnnil, nil
205
230
}
206
231
207
-
funcpathPaymentStrictReceiveEvents(opIndexuint32, op xdr.PathPaymentStrictReceiveOp, result xdr.PathPaymentStrictReceiveResult, tx ingest.LedgerTransaction) ([]*TokenTransferEvent, error) {
232
+
funcpathPaymentStrictReceiveEvents(tx ingest.LedgerTransaction, opIndexuint32, op xdr.PathPaymentStrictReceiveOp, result xdr.PathPaymentStrictReceiveResult) ([]*TokenTransferEvent, error) {
208
233
returnnil, nil
209
234
}
210
235
@@ -217,3 +242,36 @@ func sourceAccount(tx ingest.LedgerTransaction, op xdr.Operation) xdr.MuxedAccou
0 commit comments