Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/libauth/src/lib/vm/instruction-sets/bch/chips/bch-chips-errors.ts>AuthenticationErrorBCHCHIPs

An ultra-lightweight, zero-dependency JavaScript library for Bitcoin Cash, Bitcoin, and Bitauth applications.
Latest
enum AuthenticationErrorBCHCHIPs
import { AuthenticationErrorBCHCHIPs } from "https://deno.land/x/libauth@v2.0.0-alpha.9/src/lib/vm/instruction-sets/bch/chips/bch-chips-errors.ts";

Members

excessiveHashing = string
excessiveLooping = string
invalidBoolean = "Invalid input: this operation requires a valid boolean (VM Number 0 or VM Number 1)."
unexpectedUntil = "Encountered an OP_UNTIL that is not following a matching OP_BEGIN."