Merge branch 'main' into new-ui

This commit is contained in:
Alejandro Gomez
2023-01-28 22:43:56 +01:00
57 changed files with 900 additions and 261 deletions

View File

@ -36,6 +36,7 @@ export type RawReqFilter = {
"#p"?: u256[],
"#t"?: string[],
"#d"?: string,
search?: string,
since?: number,
until?: number,
limit?: number