Add simplified tracker blockchain component

This commit is contained in:
Mononaut
2024-04-13 08:04:58 +00:00
parent 786ec7fff1
commit 61a308cbc6
5 changed files with 20 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ import { StateService } from '../../services/state.service';
export class ClockchainComponent implements OnInit, OnChanges, OnDestroy {
@Input() width: number = 300;
@Input() height: number = 60;
@Input() mode: 'mempool' | 'mined';
@Input() mode: 'mempool' | 'mined' | 'none';
@Input() index: number = 0;
mempoolBlocks: number = 3;