Migrate audits from v0 to v1

This commit is contained in:
Mononaut
2024-07-20 11:54:09 +00:00
parent 0723778e7c
commit 96e2e6060b
4 changed files with 113 additions and 19 deletions

View File

@@ -29,9 +29,11 @@ export interface PoolStats extends PoolInfo {
}
export interface BlockAudit {
version: number,
time: number,
height: number,
hash: string,
unseenTxs: string[],
missingTxs: string[],
freshTxs: string[],
sigopTxs: string[],