Skip to main content

Module config

Module config 

Source
Expand description

Interpreter configuration with pre/post-genesis limits. Interpreter configuration with pre/post-genesis limits.

Structs§

Config
Script configuration limits.

Constants§

MAX_OPS_BEFORE_GENESIS
Maximum number of non-push opcodes allowed before genesis activation.
MAX_PUB_KEYS_PER_MULTISIG_BEFORE_GENESIS
Maximum number of public keys in a multisig operation before genesis activation.
MAX_SCRIPT_ELEMENT_SIZE_BEFORE_GENESIS
Maximum single data element byte size allowed before genesis activation.
MAX_SCRIPT_NUMBER_LENGTH_BEFORE_GENESIS
Maximum byte length for numeric script values before genesis activation.
MAX_SCRIPT_SIZE_BEFORE_GENESIS
Maximum script byte size allowed before genesis activation.
MAX_STACK_SIZE_BEFORE_GENESIS
Maximum combined stack size (data + alt) allowed before genesis activation.