Fix input/output overflow in transaction list

This commit is contained in:
natsoni
2024-10-17 16:33:36 +02:00
parent ca7221f8b7
commit 7a8ae7c9a6
3 changed files with 8 additions and 2 deletions

View File

@@ -32,6 +32,8 @@ export interface Transaction {
price?: Price;
sigops?: number;
flags?: bigint;
largeInput?: boolean;
largeOutput?: boolean;
}
export interface TransactionChannels {