Skip to content

Commit

Permalink
Update nativeToken type
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Oct 30, 2023
1 parent 6c14c72 commit b5ea3a1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tips/TIP-0048/openapi3-indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ paths:
- in: query
name: nativeToken
schema:
type: integer
example: 5
description: Filters outputs that have a certain number of distinct native tokens.
type: string
example: "0x4e16190b6f3076120c685b1d554d28443b12203e5b424d4e366230623b7b165a222250175d29"
description: Filters outputs that have the given native token ID.
- in: query
name: createdBefore
schema:
Expand Down Expand Up @@ -135,9 +135,9 @@ paths:
- in: query
name: nativeToken
schema:
type: integer
example: 5
description: Filters outputs that have a certain number of distinct native tokens.
type: string
example: "0x4e16190b6f3076120c685b1d554d28443b12203e5b424d4e366230623b7b165a222250175d29"
description: Filters outputs that have the given native token ID.
- in: query
name: hasStorageDepositReturn
schema:
Expand Down Expand Up @@ -573,9 +573,9 @@ paths:
- in: query
name: nativeToken
schema:
type: integer
example: 5
description: Filters outputs that have a certain number of distinct native tokens.
type: string
example: "0x4e16190b6f3076120c685b1d554d28443b12203e5b424d4e366230623b7b165a222250175d29"
description: Filters outputs that have the given native token ID.
- in: query
name: createdBefore
schema:
Expand Down Expand Up @@ -721,9 +721,9 @@ paths:
- in: query
name: nativeToken
schema:
type: integer
example: 5
description: Filters outputs that have a certain number of distinct native tokens.
type: string
example: "0x4e16190b6f3076120c685b1d554d28443b12203e5b424d4e366230623b7b165a222250175d29"
description: Filters outputs that have the given native token ID.
- in: query
name: hasStorageDepositReturn
schema:
Expand Down

0 comments on commit b5ea3a1

Please sign in to comment.