added publish qortalrequest

This commit is contained in:
2024-10-15 02:18:59 +03:00
parent 9660e04d8d
commit 3694b4390a
5 changed files with 248 additions and 75 deletions

View File

@@ -43,7 +43,7 @@ async function getSaveWallet() {
throw new Error("No wallet saved");
}
}
async function getNameInfo() {
export async function getNameInfo() {
const wallet = await getSaveWallet();
const address = wallet.address0;
const validApi = await getBaseApi()