From 9c1034a9640a6d482087a7231756a6f6980bc821 Mon Sep 17 00:00:00 2001 From: cahyofireblocks Date: Thu, 9 Jan 2025 07:34:49 -0800 Subject: [PATCH] Fix ABI function --- api-spec-v2.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/api-spec-v2.yaml b/api-spec-v2.yaml index 2efde52..de61601 100644 --- a/api-spec-v2.yaml +++ b/api-spec-v2.yaml @@ -27850,24 +27850,24 @@ components: ReadAbiFunction: type: object properties: + inputs: + type: array + items: + $ref: '#/components/schemas/ParameterWithValue' stateMutability: type: string enum: - pure - view example: pure - outputs: - type: array - items: - $ref: '#/components/schemas/Parameter' - name: - type: string type: type: string - inputs: + name: + type: string + outputs: type: array items: - $ref: '#/components/schemas/ParameterWithValue' + $ref: '#/components/schemas/Parameter' description: type: string required: