Skip to content

Commit

Permalink
chore: regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Sep 16, 2024
1 parent bb440c2 commit 93b8563
Show file tree
Hide file tree
Showing 3 changed files with 515 additions and 17,086 deletions.
56 changes: 49 additions & 7 deletions docs/blockfrost-openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.1.66
version: 0.1.67
title: Blockfrost.io ~ API Documentation
x-logo:
url: 'https://staging.blockfrost.io/images/logo.svg'
Expand Down Expand Up @@ -6609,7 +6609,7 @@ components:
objectives: 'CIP119:objectives'
motivations: 'CIP119:motivations'
qualifications: 'CIP119:qualifications'
hahsAlgorithm: blake2b-256
hashAlgorithm: blake2b-256
body:
paymentAddress: >-
addr1q86dnpkva4mm859c8ur7tjxn57zgsu6vg8pdetkdve3fsacnq7twy06u2ev5759vutpjgzfryx0ud8hzedhzerava35qwh3x34
Expand Down Expand Up @@ -6904,12 +6904,12 @@ components:
nullable: true
example:
PlutusV1:
addInteger-cpu-arguments-intercept: 197209
addInteger-cpu-arguments-slope: 0
- 197209
- 0
PlutusV2:
addInteger-cpu-arguments-intercept: 197209
addInteger-cpu-arguments-slope: 0
description: Cost models parameters for Plutus Core scripts
- 197209
- 0
description: Cost models parameters for Plutus Core scripts in raw list form
price_mem:
type: number
nullable: true
Expand Down Expand Up @@ -7095,6 +7095,16 @@ components:
pvtpp_security_group:
type: number
nullable: true
deprecated: true
description: >-
Pool Voting threshold for security-relevant protocol parameters
changes. Renamed to pvt_p_p_security_group.
pvt_p_p_security_group:
type: number
nullable: true
description: >-
Pool Voting threshold for security-relevant protocol parameters
changes.
min_fee_ref_script_cost_per_byte:
type: number
nullable: true
Expand Down Expand Up @@ -7151,6 +7161,7 @@ components:
- drep_deposit
- drep_activity
- pvtpp_security_group
- pvt_p_p_security_group
- min_fee_ref_script_cost_per_byte
required:
- tx_hash
Expand Down Expand Up @@ -7483,6 +7494,18 @@ components:
addInteger-cpu-arguments-intercept: 197209
addInteger-cpu-arguments-slope: 0
description: Cost models parameters for Plutus Core scripts
cost_models_raw:
additionalProperties: true
type: object
nullable: true
example:
PlutusV1:
- 197209
- 0
PlutusV2:
- 197209
- 0
description: Cost models parameters for Plutus Core scripts in raw list form
price_mem:
type: number
nullable: true
Expand Down Expand Up @@ -7642,6 +7665,16 @@ components:
pvtpp_security_group:
type: number
nullable: true
deprecated: true
description: >-
Pool Voting threshold for security-relevant protocol parameters
changes. Renamed to pvt_p_p_security_group.
pvt_p_p_security_group:
type: number
nullable: true
description: >-
Pool Voting threshold for security-relevant protocol parameters
changes.
min_fee_ref_script_cost_per_byte:
type: number
nullable: true
Expand Down Expand Up @@ -7699,6 +7732,7 @@ components:
- drep_deposit
- drep_activity
- pvtpp_security_group
- pvt_p_p_security_group
- min_fee_ref_script_cost_per_byte
epoch_content_array:
type: array
Expand Down Expand Up @@ -8032,6 +8066,14 @@ components:
nullable: true
description: The hash of the reference script of the output
example: 13a3efd825703a352a8f71f4e2758d08c28c564e8dfcce9f77776ad1
consumed_by_tx:
type: string
nullable: true
description: >-
Transaction hash that consumed the UTXO or null for unconsumed
UTXOs. Always null for collateral outputs.
example: >-
66c29b56952f6085afac3b0632d781af78d020b080063bcfd6c54b8e2b8fed41
required:
- address
- amount
Expand Down
Loading

0 comments on commit 93b8563

Please sign in to comment.