Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2034,6 +2034,7 @@ components:
- revert_reason
- confirmation_duration
- transaction_tag
- operator_fee
- is_pending_update
properties:
timestamp:
Expand Down Expand Up @@ -2146,6 +2147,9 @@ components:
transaction_tag:
type: string
example: "private_transaction_tag"
operator_fee:
type: string
example: "9283742639"
is_pending_update:
type: boolean
nullable: true
Expand Down
Loading