Table of Contents

Class ArkadeScriptSegment

Namespace
NArk.Arkade.Program.Models
Assembly
NArk.Arkade.dll

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

IReadOnlyList<AsmToken>

Witness

The arkade-script witness stack (e.g. an output index).

public IReadOnlyList<AsmToken>? Witness { get; init; }

Property Value

IReadOnlyList<AsmToken>