mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 00:12:45 +02:00
@@ -15,7 +15,8 @@ export interface WebsocketResponse {
|
||||
action?: string;
|
||||
data?: string[];
|
||||
tx?: Transaction;
|
||||
rbfTransaction?: Transaction;
|
||||
rbfTransaction?: ReplacedTransaction;
|
||||
txReplaced?: ReplacedTransaction;
|
||||
utxoSpent?: object;
|
||||
transactions?: TransactionStripped[];
|
||||
loadingIndicators?: ILoadingIndicators;
|
||||
@@ -27,6 +28,9 @@ export interface WebsocketResponse {
|
||||
'track-bisq-market'?: string;
|
||||
}
|
||||
|
||||
export interface ReplacedTransaction extends Transaction {
|
||||
txid: string;
|
||||
}
|
||||
export interface MempoolBlock {
|
||||
blink?: boolean;
|
||||
height?: number;
|
||||
|
Reference in New Issue
Block a user