Skip to content

Commit 948bb2c

Browse files
authored
Merge pull request #555 from helius-labs/hotfix/transaction-index-required
fix(types): Add `transactionIndex` to the required Array in Response Schemas
2 parents 0a0f9f7 + 9fba231 commit 948bb2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openapi/rpc-http/getTransactionsForAddress.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ paths:
360360
required:
361361
- signature
362362
- slot
363+
- transactionIndex
363364
additionalProperties: false
364365
- type: object
365366
description: Full transaction with status metadata (when transactionDetails is "full").
@@ -386,6 +387,7 @@ paths:
386387
description: Estimated production time as Unix timestamp (seconds since epoch), or null if not available.
387388
required:
388389
- slot
390+
- transactionIndex
389391
- transaction
390392
paginationToken:
391393
oneOf:

0 commit comments

Comments
 (0)