Skip to content

Commit

Permalink
Merge pull request #149 from fireblocks/cahyofireblocks-patch-28
Browse files Browse the repository at this point in the history
Fix ABI function
  • Loading branch information
cahyofireblocks authored Jan 9, 2025
2 parents 40ef4c6 + 9c1034a commit 0ea57f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions api-spec-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0ea57f5

Please sign in to comment.