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.
Properties
Section titled “Properties”body:
OutputBody
Defined in: ootle/src/stealth/substate-parse.ts:82
The on-chain output body (public_nonce, encrypted_data, …).
commitment
Section titled “commitment”commitment:
Uint8Array
Defined in: ootle/src/stealth/substate-parse.ts:80
32-byte Pedersen commitment, derived from the substate id via commitmentOf.