Skip to content

Commit fcd3c0b

Browse files
feat: Add missing transactionIndex field in events returned by the RPC (#1206)
* Add missing transactionIndex/operationIndex fields in getEvents schema --------- Co-authored-by: George <Shaptic@users.noreply.github.com>
1 parent f21f304 commit fcd3c0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rpc/api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ export namespace Api {
236236
ledger: number;
237237
ledgerClosedAt: string;
238238
pagingToken: string;
239+
transactionIndex: number;
240+
operationIndex: number;
239241
inSuccessfulContractCall: boolean;
240242
txHash: string;
241243
}

0 commit comments

Comments
 (0)