Table of Contents

Enum InputType

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

The declared type of a function input. Mirrors the ts-sdk's ArkadeArgType ("bytes" | "pubkey" | "sig" | "hash" | "int") — used only for documentation / call-site typing, not for validation.

public enum InputType

Fields

Bytes = 0

Arbitrary byte string.

Hash = 3

A hash (e.g. an HTLC preimage's image).

Int = 4

An integer (script-num at resolve time).

Pubkey = 1

A public key.

Sig = 2

A signature.