View Source StellarBase.XDR.ConfigSettingContractExecutionLanesV0 (Elixir Stellar Base v0.16.0)

Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten

Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr

Representation of Stellar ConfigSettingContractExecutionLanesV0 type.

Summary

Types

Link to this type

ledger_max_tx_count_type()

View Source
@type ledger_max_tx_count_type() :: StellarBase.XDR.UInt32.t()
@type t() :: %StellarBase.XDR.ConfigSettingContractExecutionLanesV0{
  ledger_max_tx_count: ledger_max_tx_count_type()
}

Functions

Link to this function

new(ledger_max_tx_count)

View Source
@spec new(ledger_max_tx_count :: ledger_max_tx_count_type()) :: t()