add qr for sign_fee

This commit is contained in:
2025-05-01 12:05:07 +03:00
parent 09c5625a07
commit 170e99b4d0
3 changed files with 94 additions and 0 deletions

View File

@@ -253,6 +253,7 @@ export const listOfAllQortalRequests = [
'SELL_NAME',
'CANCEL_SELL_NAME',
'BUY_NAME',
'SIGN_FOREIGN_FEES',
];
export const UIQortalRequests = [
@@ -313,6 +314,7 @@ export const UIQortalRequests = [
'SELL_NAME',
'CANCEL_SELL_NAME',
'BUY_NAME',
'SIGN_FOREIGN_FEES',
];
async function retrieveFileFromIndexedDB(fileId) {