Enum InputType
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 = 0Arbitrary byte string.
Hash = 3A hash (e.g. an HTLC preimage's image).
Int = 4An integer (script-num at resolve time).
Pubkey = 1A public key.
Sig = 2A signature.