Skip to content

@armada/sdk / index / Decryptor

Type Alias: Decryptor<C>

Decryptor<C> = (commitment) => Promise<OwnedNote | undefined>

Defined in: src/sync/scan-engine.ts:49

Returns the owned note if the commitment belongs to the wallet, else undefined.

Type Parameters

C

C

Parameters

commitment

C

Returns

Promise<OwnedNote | undefined>