Skip to content

ParsedUtxo

Defined in: ootle/src/stealth/substate-parse.ts:78

A parsed, spendable UTXO: its commitment (from the id) plus the on-chain output body.

body: OutputBody

Defined in: ootle/src/stealth/substate-parse.ts:82

The on-chain output body (public_nonce, encrypted_data, …).


commitment: Uint8Array

Defined in: ootle/src/stealth/substate-parse.ts:80

32-byte Pedersen commitment, derived from the substate id via commitmentOf.