Basic Liquid Asset support.

This commit is contained in:
softsimon
2020-04-28 17:10:31 +07:00
parent 7e7b536acb
commit b2d2fd225c
11 changed files with 466 additions and 2 deletions

View File

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