UTXO spent tracking refactor

refs #1301
This commit is contained in:
softsimon
2022-03-07 19:45:09 +01:00
parent 09e3791cee
commit 6f3443faba
6 changed files with 59 additions and 44 deletions

View File

@@ -16,7 +16,7 @@ export interface WebsocketResponse {
data?: string[];
tx?: Transaction;
rbfTransaction?: Transaction;
utxoSpent?: boolean;
utxoSpent?: object;
transactions?: TransactionStripped[];
loadingIndicators?: ILoadingIndicators;
backendInfo?: IBackendInfo;