Skip to content

Commit

Permalink
Add specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Apr 25, 2024
1 parent fdeeba9 commit 63723a4
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specs/results/koiosapi-guild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4021,6 +4021,16 @@ components:
- 'null'
description: Plutus script address
example: addr1w999n67e86jn6xal07pzxtrmqynspgx0fwmcmpua4wc6yzsxpljz3
spends_input:
type:
- object
- 'null'
properties:
tx_hash:
$ref: "#/components/schemas/utxo_infos/items/properties/tx_hash"
tx_index:
$ref: "#/components/schemas/utxo_infos/items/properties/tx_index"
description: Input utxo this contract spends
script_hash:
$ref: "#/components/schemas/script_info/items/properties/script_hash"
bytecode:
Expand Down
10 changes: 10 additions & 0 deletions specs/results/koiosapi-mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4021,6 +4021,16 @@ components:
- 'null'
description: Plutus script address
example: addr1w999n67e86jn6xal07pzxtrmqynspgx0fwmcmpua4wc6yzsxpljz3
spends_input:
type:
- object
- 'null'
properties:
tx_hash:
$ref: "#/components/schemas/utxo_infos/items/properties/tx_hash"
tx_index:
$ref: "#/components/schemas/utxo_infos/items/properties/tx_index"
description: Input utxo this contract spends
script_hash:
$ref: "#/components/schemas/script_info/items/properties/script_hash"
bytecode:
Expand Down
10 changes: 10 additions & 0 deletions specs/results/koiosapi-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4021,6 +4021,16 @@ components:
- 'null'
description: Plutus script address
example: addr1w999n67e86jn6xal07pzxtrmqynspgx0fwmcmpua4wc6yzsxpljz3
spends_input:
type:
- object
- 'null'
properties:
tx_hash:
$ref: "#/components/schemas/utxo_infos/items/properties/tx_hash"
tx_index:
$ref: "#/components/schemas/utxo_infos/items/properties/tx_index"
description: Input utxo this contract spends
script_hash:
$ref: "#/components/schemas/script_info/items/properties/script_hash"
bytecode:
Expand Down
10 changes: 10 additions & 0 deletions specs/results/koiosapi-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4021,6 +4021,16 @@ components:
- 'null'
description: Plutus script address
example: addr1w999n67e86jn6xal07pzxtrmqynspgx0fwmcmpua4wc6yzsxpljz3
spends_input:
type:
- object
- 'null'
properties:
tx_hash:
$ref: "#/components/schemas/utxo_infos/items/properties/tx_hash"
tx_index:
$ref: "#/components/schemas/utxo_infos/items/properties/tx_index"
description: Input utxo this contract spends
script_hash:
$ref: "#/components/schemas/script_info/items/properties/script_hash"
bytecode:
Expand Down
10 changes: 10 additions & 0 deletions specs/templates/4-api-schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,16 @@ schemas:
- 'null'
description: Plutus script address
example: addr1w999n67e86jn6xal07pzxtrmqynspgx0fwmcmpua4wc6yzsxpljz3
spends_input:
type:
- object
- 'null'
properties:
tx_hash:
$ref: "#/components/schemas/utxo_infos/items/properties/tx_hash"
tx_index:
$ref: "#/components/schemas/utxo_infos/items/properties/tx_index"
description: Input utxo this contract spends
script_hash:
$ref: "#/components/schemas/script_info/items/properties/script_hash"
bytecode:
Expand Down

0 comments on commit 63723a4

Please sign in to comment.