Bisq markets dashboard: Market backend tracking. WIP.

This commit is contained in:
softsimon
2021-03-05 15:38:46 +07:00
parent 2fca34faaa
commit d99fd5d59a
17 changed files with 101 additions and 78 deletions

View File

@@ -20,6 +20,7 @@ export interface WebsocketResponse {
'track-address'?: string;
'track-asset'?: string;
'watch-mempool'?: boolean;
'track-bisq-market'?: string;
}
export interface MempoolBlock {