Commit 7ab51ef4 authored by Peter Mrekaj's avatar Peter Mrekaj Committed by GitHub

fix: some OpenAPI transaction info response fields type (#2322)

parent 111ca35a
...@@ -449,17 +449,17 @@ components: ...@@ -449,17 +449,17 @@ components:
nonce: nonce:
type: integer type: integer
gasPrice: gasPrice:
type: "#/components/schemas/BigInt" $ref: "#/components/schemas/BigInt"
gasLimit: gasLimit:
type: integer type: integer
data: data:
type: string type: string
created: created:
type: "#/components/schemas/DateTime" $ref: "#/components/schemas/DateTime"
description: description:
type: string type: string
value: value:
type: "#/components/schemas/BigInt" $ref: "#/components/schemas/BigInt"
PendingTransactionReponse: PendingTransactionReponse:
type: object type: object
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment