VerifyFlag enum

Inheritance

Constructors

VerifyFlag()
const

Values

P2SH → const VerifyFlag
STRICTENC → const VerifyFlag
DERSIG → const VerifyFlag
LOW_S → const VerifyFlag
NULLDUMMY → const VerifyFlag
SIGPUSHONLY → const VerifyFlag
MINIMALDATA → const VerifyFlag
DISCOURAGE_UPGRADABLE_NOPS → const VerifyFlag
CLEANSTACK → const VerifyFlag
CHECKLOCKTIMEVERIFY → const VerifyFlag
CHECKSEQUENCEVERIFY → const VerifyFlag
SIGHASH_FORKID → const VerifyFlag
MONOLITH_OPCODES → const VerifyFlag
UTXO_AFTER_GENESIS → const VerifyFlag
MINIMALIF → const VerifyFlag
NULLFAIL → const VerifyFlag
COMPRESSED_PUBKEYTYPE → const VerifyFlag

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<VerifyFlag>
A constant List of the values in this enum, in order of their declaration.