frontend support for v1 block audits
This commit is contained in:
@@ -211,6 +211,8 @@ export interface BlockExtended extends Block {
|
||||
}
|
||||
|
||||
export interface BlockAudit extends BlockExtended {
|
||||
version: number,
|
||||
unseenTxs?: string[],
|
||||
missingTxs: string[],
|
||||
addedTxs: string[],
|
||||
prioritizedTxs: string[],
|
||||
|
||||
Reference in New Issue
Block a user