14.05.2026 rip
This commit is contained in:
@@ -198,6 +198,6 @@ export async function createWallet(): Promise<void> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function revealMnemonic(): Promise<string> {
|
export async function revealMnemonic(): Promise<string> {
|
||||||
const res = await walletPost<{ success: boolean; data: { mnemonic: string } }>('/wallets/mnemonic/reveal', {})
|
const res = await walletPost<{ success: boolean; data: { mnemonic: string } }>('/api/wallets/mnemonic/reveal', {})
|
||||||
return res.data.mnemonic
|
return res.data.mnemonic
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user