You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rpc/openapi.yaml
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -685,17 +685,18 @@ paths:
685
685
Fetch sortition information about a burnchain block. If the `lookup_kind` and `lookup` parameters are empty, it will return information about the latest burn block.
686
686
responses:
687
687
"200":
688
-
description: Information for the given reward cycle
688
+
description: Information for the burn block or in the case of `latest_and_last`, multiple burn blocks
689
689
content:
690
690
application/json:
691
-
example:
692
-
$ref: ./api/core-node/get_sortitions.example.json
693
-
"200":
694
-
description: Sortition information about the latest burn block with a winning miner, and the previous such burn block.
0 commit comments