Record Class DebugOptions

java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.DebugOptions

public record DebugOptions(boolean enabled, long timeout, boolean throwErrors, long transactionMaxCount, ContractAbi[] treeAbis) extends Record
The type Debug options.