We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
operator_fee
1 parent e64b8b0 commit 580e9adCopy full SHA for 580e9ad
swagger.yaml
@@ -2030,6 +2030,7 @@ components:
2030
- revert_reason
2031
- confirmation_duration
2032
- transaction_tag
2033
+ - operator_fee
2034
properties:
2035
timestamp:
2036
type: string
@@ -2141,6 +2142,9 @@ components:
2141
2142
transaction_tag:
2143
2144
example: "private_transaction_tag"
2145
+ operator_fee:
2146
+ type: string
2147
+ example: "9283742639"
2148
2149
ExtendedRevertReasonAsMap:
2150
type: object
0 commit comments