Skip to content

StealthOutputsStatement

Defined in: ootle/src/stealth/statements.ts:169

The outputs side of a stealth transfer.

Carries the WASM-produced wire payload verbatim. The internal field names of that JSON are owned by the engine and are not modelled here.

new StealthOutputsStatement(statementJson): StealthOutputsStatement

Defined in: ootle/src/stealth/statements.ts:173

string

StealthOutputsStatement

readonly statementJson: string

Defined in: ootle/src/stealth/statements.ts:171

The canonical, WASM-produced outputs-statement wire JSON.

parsed(): unknown

Defined in: ootle/src/stealth/statements.ts:178

Parse the carried JSON into a plain object view (the engine owns the shape).

unknown


toJSON(): string

Defined in: ootle/src/stealth/statements.ts:183

The carried wire JSON string is already canonical.

string


static fromJSON(statementJson): StealthOutputsStatement

Defined in: ootle/src/stealth/statements.ts:188

Reconstruct from a wire JSON string.

string

StealthOutputsStatement