Skip to content

Commit

Permalink
Merge pull request #1 from MyTonSwap/develop
Browse files Browse the repository at this point in the history
Added query_id to SwapResponse type
  • Loading branch information
Ho3einWave authored Nov 21, 2024
2 parents d01cda3 + 51d02d4 commit 23ab816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export interface SwapResponse {
to: string;
value: string;
body: string;
query_id: string;
init: {
code: string;
data: string;
Expand Down

0 comments on commit 23ab816

Please sign in to comment.