Table of Contents

Interface IIndexedOutputScriptBuilder

Namespace
NArk.Abstractions.Scripts
Assembly
NArk.Abstractions.dll

Marks a spend whose input index binds its payout output index; builders must preserve order and separate outputs.

public interface IIndexedOutputScriptBuilder

Methods

ValidateIndexedOutput(TxOut, TxOut)

Rejects an invalid aligned payout before any condition witness can be submitted.

void ValidateIndexedOutput(TxOut input, TxOut output)

Parameters

input TxOut
output TxOut