Skip to content

DecryptedData

Defined in: ootle/src/stealth/primitives.ts:98

The result of decrypting an owned output via the AEAD path (unblindOutput).

Maps from the WASM DecryptedOutputResult { mask: Uint8Array, value: bigint, memo_json: string | undefined }. Per the verified 0.32 ABI, memo is the JSON-encoded Memo string (U256 / Message / Bytes / PayRefAndBytes), not raw bytes — callers parse it if needed.

mask: Mask

Defined in: ootle/src/stealth/primitives.ts:100

Recovered output blinding factor.


optional memo?: string

Defined in: ootle/src/stealth/primitives.ts:104

The JSON-encoded Memo string, if present.


value: bigint

Defined in: ootle/src/stealth/primitives.ts:102

Recovered µTari amount.