@lelantos-org/sdk / index / NotesFile
Interface: NotesFile โ
Defined in: @lelantos-org/sdk/dist/wallet/note-store.d.ts:13
Properties โ
cursor? โ
ts
optional cursor?: number;Defined in: @lelantos-org/sdk/dist/wallet/note-store.d.ts:24
Resume point for syncWallet: the highest source row id whose notes are known to be accounted for. Absent means "start from the beginning", which is always safe โ scanning is idempotent, only slow.
A NoteStore implementation MUST round-trip this. Dropping it silently turns every sync back into a re-scan from zero.
notes โ
ts
notes: StoredNote[];Defined in: @lelantos-org/sdk/dist/wallet/note-store.d.ts:15
version โ
ts
version: 1 | 2;Defined in: @lelantos-org/sdk/dist/wallet/note-store.d.ts:14