Class ArkadeScriptSegment
The ArkadeScript segment of a spending path — emulated by the co-signing service,
bound to the tapscript leaf via the key tweak. Mirrors the ts-sdk's ArkadeSegment
public sealed class ArkadeScriptSegment
- Inheritance
-
ArkadeScriptSegment
- Inherited Members
Properties
Asm
Raw Arkade opcodes with $param placeholders.
public required IReadOnlyList<AsmToken> Asm { get; init; }
Property Value
Witness
The arkade-script witness stack (e.g. an output index).
public IReadOnlyList<AsmToken>? Witness { get; init; }