{i18n.str`Error: could not retrieve balance information.`}
Click
{bigAmount(entry.available)} {this.formatPending(entry)}
); }); return listing.length > 0 ? ({i18n.str`Your wallet has no events recorded.`}
; } } function reload() { try { chrome.runtime.reload(); window.close(); } catch (e) { // Functionality missing in firefox, ignore! } } function confirmReset() { if ( confirm( "Do you want to IRREVOCABLY DESTROY everything inside your" + " wallet and LOSE ALL YOUR COINS?", ) ) { wxApi.resetDb(); window.close(); } } function WalletDebug(props: any) { return (Debug tools: