|
|
|
@ -11,7 +11,7 @@ import client from '@/services/client.service' |
|
|
|
import indexedDb from '@/services/indexed-db.service' |
|
|
|
import indexedDb from '@/services/indexed-db.service' |
|
|
|
import storage from '@/services/local-storage.service' |
|
|
|
import storage from '@/services/local-storage.service' |
|
|
|
import { ISigner, TAccount, TAccountPointer, TDraftEvent, TProfile, TRelayList } from '@/types' |
|
|
|
import { ISigner, TAccount, TAccountPointer, TDraftEvent, TProfile, TRelayList } from '@/types' |
|
|
|
import { bytesToHex, hexToBytes } from '@noble/hashes/utils' |
|
|
|
import { hexToBytes } from '@noble/hashes/utils' |
|
|
|
import dayjs from 'dayjs' |
|
|
|
import dayjs from 'dayjs' |
|
|
|
import { Event, kinds, VerifiedEvent } from 'nostr-tools' |
|
|
|
import { Event, kinds, VerifiedEvent } from 'nostr-tools' |
|
|
|
import * as nip19 from 'nostr-tools/nip19' |
|
|
|
import * as nip19 from 'nostr-tools/nip19' |
|
|
|
|