Expand description
Support for runtime configuration of the execution engine - as an integral property of the
EngineState instance.
Structs§
- Engine
Config - The runtime configuration of the execution engine
- Engine
Config Builder - 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_ SIZE Deprecated - 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.