Show alert banner on stale blocks

This commit is contained in:
Mononaut
2023-07-08 00:34:57 -04:00
parent 983a9ecd0e
commit 420e3287ef
4 changed files with 31 additions and 0 deletions

View File

@@ -227,6 +227,7 @@ export interface BlockExtension {
*/
export interface BlockExtended extends IEsploraApi.Block {
extras: BlockExtension;
canonical?: string;
}
export interface BlockSummary {