@lelantos-org/sdk / services/fmd-server / NullifierChunkOut
Interface: NullifierChunkOut โ
Defined in: @lelantos-org/sdk/dist/services/fmd-server/client.d.ts:95
Properties โ
chunkId โ
ts
chunkId: number;Defined in: @lelantos-org/sdk/dist/services/fmd-server/client.d.ts:96
isComplete โ
ts
isComplete: boolean;Defined in: @lelantos-org/sdk/dist/services/fmd-server/client.d.ts:107
nullifiers โ
ts
nullifiers: bigint[];Defined in: @lelantos-org/sdk/dist/services/fmd-server/client.d.ts:106
Ascending by insertion order.
bigint, not Field: the server sends the low 10 bytes of each nullifier, so these are truncations rather than field elements and must not be fed anywhere a real nullifier is expected. Compare against one only through NullifierStore.has, which truncates its argument the same way.