ConfigSettingContractParallelComputeV0Xdr

data class ConfigSettingContractParallelComputeV0Xdr(val ledgerMaxDependentTxClusters: Uint32Xdr)

XDR Source: struct ConfigSettingContractParallelComputeV0 { // Maximum number of clusters with dependent transactions allowed in a // stage of parallel tx set component. // This effectively sets the lower bound on the number of physical threads // necessary to effectively apply transaction sets in parallel. uint32 ledgerMaxDependentTxClusters; };

Constructors

constructor(ledgerMaxDependentTxClusters: Uint32Xdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum number of clusters with dependent transactions allowed in a stage of parallel tx set component. This effectively sets the lower bound on the number of physical threads necessary to effectively apply transaction sets in parallel.

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)