Skip to content

Commit 580e9ad

Browse files
committed
Add operator_fee field to Transaction schema
1 parent e64b8b0 commit 580e9ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

swagger.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2030,6 +2030,7 @@ components:
20302030
- revert_reason
20312031
- confirmation_duration
20322032
- transaction_tag
2033+
- operator_fee
20332034
properties:
20342035
timestamp:
20352036
type: string
@@ -2141,6 +2142,9 @@ components:
21412142
transaction_tag:
21422143
type: string
21432144
example: "private_transaction_tag"
2145+
operator_fee:
2146+
type: string
2147+
example: "9283742639"
21442148

21452149
ExtendedRevertReasonAsMap:
21462150
type: object

0 commit comments

Comments
 (0)