Module engine_config

Source
Expand description

Support for runtime configuration of the execution engine - as an integral property of the EngineState instance.

Structs§

EngineConfig
The runtime configuration of the execution engine
EngineConfigBuilder
A builder for an EngineConfig.

Constants§

DEFAULT_ALLOW_AUCTION_BIDS
Default value for allowing auction bids.
DEFAULT_ALLOW_UNRESTRICTED_TRANSFERS
Default value for allowing unrestricted transfers.
DEFAULT_BALANCE_HOLD_INTERVAL
Default period for balance holds to decay (currently 24 hours).
DEFAULT_COMPUTE_REWARDS
Default compute rewards.
DEFAULT_ENABLE_ENTITY
Default entity flag.
DEFAULT_MAXIMUM_DELEGATION_AMOUNT
Default value for maximum delegation amount in motes.
DEFAULT_MAX_ASSOCIATED_KEYS
Default value for maximum associated keys configuration option.
DEFAULT_MAX_DELEGATORS_PER_VALIDATOR
Default maximum number of delegators per validator.
DEFAULT_MAX_QUERY_DEPTH
Default value for a maximum query depth configuration option.
DEFAULT_MAX_RUNTIME_CALL_STACK_HEIGHT
Default value for maximum runtime call stack height configuration option.
DEFAULT_MAX_STORED_VALUE_SIZEDeprecated
Default max serialized size of StoredValues.
DEFAULT_MINIMUM_DELEGATION_AMOUNT
Default value for minimum delegation amount in motes.
DEFAULT_PROTOCOL_VERSION
Default protocol version.
DEFAULT_STRICT_ARGUMENT_CHECKING
Default value for strict argument checking.
DEFAULT_VESTING_SCHEDULE_LENGTH_MILLIS
Default length of total vesting schedule period expressed in days.