DecryptInputOptions
Defined in: ootle/src/stealth/wallet-helpers.ts:23
Inputs to decryptInputData. All byte fields are raw Uint8Array.
Properties
Section titled “Properties”senderPublicNonce
Section titled “senderPublicNonce”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
Section titled “skipMemo”skipMemo:
boolean
Defined in: ootle/src/stealth/wallet-helpers.ts:29
When true, the memo is not decrypted.
viewSecret
Section titled “viewSecret”viewSecret:
Uint8Array
Defined in: ootle/src/stealth/wallet-helpers.ts:27
The recipient’s 32-byte view secret.