We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608fe5e commit c67e3e0Copy full SHA for c67e3e0
docs/rpc/components/schemas/tenure-blocks.schema.yaml
@@ -6,11 +6,11 @@ properties:
6
pattern: "^[0-9a-f]{40}$"
7
burn_block_height:
8
type: integer
9
- description: Height of the burnchain block
+ description: Height of the Bitcoin block
10
format: uint64
11
burn_block_hash:
12
type: string
13
- description: Hash of the burnchain block
+ description: Hash of the Bitcoin block
14
pattern: "^[0-9a-f]{64}$"
15
stacks_blocks:
16
type: array
@@ -27,7 +27,7 @@ properties:
27
28
header_type:
29
30
- description: Tpe of block (currently "epoch2" or "nakamoto")
+ description: Type of block (currently "epoch2" or "nakamoto")
31
height:
32
33
description: Height of the block
0 commit comments