@lelantos-org/sdk / index / NoteSource
Interface: NoteSource โ
Defined in: @lelantos-org/sdk/dist/wallet/note-source.d.ts:33
Source of encrypted notes. Merkle paths are computed locally via TreeStore, and the spent set via NullifierStore โ neither is a query a note source answers, because both would name a specific note to the server.
Methods โ
listNotes() โ
ts
listNotes(opts?): Promise<NotePage>;Defined in: @lelantos-org/sdk/dist/wallet/note-source.d.ts:34
Parameters โ
| Parameter | Type |
|---|---|
opts? | ListNotesOpts |
Returns โ
Promise<NotePage>