Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Mar 17, 2024
1 parent 1ecf62a commit a5237f9
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 52 deletions.
17 changes: 0 additions & 17 deletions docs/bin/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1209,23 +1209,6 @@
"description": "Filter which uses of the address are considered relevant for the query.\n\nThis is a bitmask, so you can combine multiple options\nex: `RelationFilterType.Input & RelationFilterType.Output`\n\nNote: relations only apply to credentials and not to full bech32 addresses",
"pattern": "([01]?[0-9]?[0-9]|2[0-4][0-9]|25[0-5])"
},
"SlotLimits": {
"properties": {
"to": {
"type": "number",
"format": "double"
},
"from": {
"type": "number",
"format": "double"
}
},
"required": [
"to",
"from"
],
"type": "object"
},
"TransactionHistoryRequest": {
"allOf": [
{
Expand Down
3 changes: 2 additions & 1 deletion docs/bin/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ CREATE TABLE public."Block" (
height integer NOT NULL,
epoch integer NOT NULL,
slot integer NOT NULL,
payload bytea
payload bytea,
tx_count integer
);


Expand Down
73 changes: 39 additions & 34 deletions docs/bin/sql-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5237f9

Please sign in to comment.