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.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new StealthOutputsStatement(
statementJson):StealthOutputsStatement
Defined in: ootle/src/stealth/statements.ts:173
Parameters
Section titled “Parameters”statementJson
Section titled “statementJson”string
Returns
Section titled “Returns”StealthOutputsStatement
Properties
Section titled “Properties”statementJson
Section titled “statementJson”
readonlystatementJson:string
Defined in: ootle/src/stealth/statements.ts:171
The canonical, WASM-produced outputs-statement wire JSON.
Methods
Section titled “Methods”parsed()
Section titled “parsed()”parsed():
unknown
Defined in: ootle/src/stealth/statements.ts:178
Parse the carried JSON into a plain object view (the engine owns the shape).
Returns
Section titled “Returns”unknown
toJSON()
Section titled “toJSON()”toJSON():
string
Defined in: ootle/src/stealth/statements.ts:183
The carried wire JSON string is already canonical.
Returns
Section titled “Returns”string
fromJSON()
Section titled “fromJSON()”
staticfromJSON(statementJson):StealthOutputsStatement
Defined in: ootle/src/stealth/statements.ts:188
Reconstruct from a wire JSON string.
Parameters
Section titled “Parameters”statementJson
Section titled “statementJson”string
Returns
Section titled “Returns”StealthOutputsStatement