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:
nonce:
type: integer
gasPrice:
type: "#/components/schemas/BigInt"
$ref: "#/components/schemas/BigInt"
gasLimit:
type: integer
data:
type: string
created:
type: "#/components/schemas/DateTime"
$ref: "#/components/schemas/DateTime"
description:
type: string
value:
type: "#/components/schemas/BigInt"
$ref: "#/components/schemas/BigInt"
PendingTransactionReponse:
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