Display sigops on all transactions

This commit is contained in:
Mononaut
2023-09-19 00:18:52 +00:00
parent a510b4992c
commit 4ac0a6dad2
3 changed files with 17 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ export interface Transaction {
_outspends?: Outspend[];
_channels?: TransactionChannels;
price?: Price;
sigops?: number;
}
export interface TransactionChannels {