feat(): Added endpoint, updated types

This commit is contained in:
Jerko J
2024-08-20 13:30:38 +02:00
parent d10f86e0ce
commit d02a81d0e5
5 changed files with 33 additions and 4 deletions

View File

@@ -207,6 +207,8 @@ export interface ConvertQuoteV5 {
toAmount: string;
expiredTime: string;
requestId: string;
paramType: string;
paramValue: string;
}
export interface ConvertStatusV5 {