Added sourceNetworkCode to query

This commit is contained in:
Aleksandr Kraiz
2022-06-10 12:46:42 +04:00
parent 0248a12f90
commit 485bed578c
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ type AtomicSwapHistoryBaseQuery = {
receiver?: string,
used?: 0 | 1,
page?: number,
sourceNetworkCode?: string,
}
type AtomicSwapHistorySourceQuery = AtomicSwapHistoryBaseQuery & {