ResourceConfig

@Serializable
data class ResourceConfig(val instructionLeeway: Long? = null)

Resource configuration for simulation.

Constructors

Link copied to clipboard
constructor(instructionLeeway: Long? = null)

Properties

Link copied to clipboard

Additional CPU instructions to reserve beyond the minimum required. This provides a buffer for transaction execution variability. If not specified, the server uses a default leeway value.