Track transaction among mempool blocks.

This commit is contained in:
Simon Lindh
2020-02-23 05:23:24 +07:00
committed by wiz
parent f3cfa038d3
commit 5186f81d56
14 changed files with 53 additions and 35 deletions

View File

@@ -11,6 +11,7 @@ import { StateService } from 'src/app/services/state.service';
export class BlockchainComponent implements OnInit, OnDestroy {
@Input() position: 'middle' | 'top' = 'middle';
@Input() markHeight: number;
@Input() txFeePerVSize: number;
txTrackingSubscription: Subscription;
blocksSubscription: Subscription;