Improvments to the mempool transaction subscription.

This commit is contained in:
softsimon
2020-04-13 02:06:10 +07:00
parent e2671df4be
commit 590f1d2b04
5 changed files with 36 additions and 9 deletions

View File

@@ -13,6 +13,7 @@ export interface WebsocketResponse {
tx?: Transaction;
'track-tx'?: string;
'track-address'?: string;
'watch-mempool'?: boolean;
}
export interface MempoolBlock {