@lelantos-org/sdk / index / NotesFilter
Interface: NotesFilter โ
Defined in: @lelantos-org/sdk/dist/wallet/options.d.ts:131
Every field is optional; an empty filter returns every known note.
Properties โ
asset? โ
ts
optional asset?: AssetIdLike;Defined in: @lelantos-org/sdk/dist/wallet/options.d.ts:133
Omit to read across every asset.
spent? โ
ts
optional spent?: boolean;Defined in: @lelantos-org/sdk/dist/wallet/options.d.ts:135
Omit to include both spent and unspent.