View Source StellarBase.XDR.ConfigSettingContractParallelComputeV0 (Elixir Stellar Base v0.17.0)

Representation of Stellar ConfigSettingContractParallelComputeV0 type.

Summary

Types

Link to this type

ledger_max_dependent_tx_clusters_type()

View Source
@type ledger_max_dependent_tx_clusters_type() :: StellarBase.XDR.UInt32.t()
@type t() :: %StellarBase.XDR.ConfigSettingContractParallelComputeV0{
  ledger_max_dependent_tx_clusters: ledger_max_dependent_tx_clusters_type()
}

Functions

Link to this function

new(ledger_max_dependent_tx_clusters)

View Source
@spec new(ledger_max_dependent_tx_clusters :: ledger_max_dependent_tx_clusters_type()) ::
  t()