Skip to content

DecryptInputOptions

Defined in: ootle/src/stealth/wallet-helpers.ts:23

Inputs to decryptInputData. All byte fields are raw Uint8Array.

senderPublicNonce: Uint8Array

Defined in: ootle/src/stealth/wallet-helpers.ts:25

The output’s sender public nonce (the substate body public_nonce, as bytes).


skipMemo: boolean

Defined in: ootle/src/stealth/wallet-helpers.ts:29

When true, the memo is not decrypted.


viewSecret: Uint8Array

Defined in: ootle/src/stealth/wallet-helpers.ts:27

The recipient’s 32-byte view secret.