Add Goggles filters tags to the transaction page

This commit is contained in:
Mononaut
2024-03-22 09:52:27 +00:00
parent abbc8a134b
commit 00dcff50ee
7 changed files with 749 additions and 21 deletions

View File

@@ -27,6 +27,7 @@ export interface Transaction {
_channels?: TransactionChannels;
price?: Price;
sigops?: number;
flags?: bigint;
}
export interface TransactionChannels {