Display sigops & adjusted vsize in transaction page details

This commit is contained in:
Mononaut
2023-05-29 17:19:22 -04:00
parent 09e4e44e88
commit ec63c822db
3 changed files with 12 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ export interface CpfpInfo {
descendants?: Ancestor[];
bestDescendant?: BestDescendant | null;
effectiveFeePerVsize?: number;
sigops?: number;
adjustedVsize?: number;
}
export interface RbfInfo {