View Source StellarBase.XDR.ConfigSettingContractComputeV0 (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 ConfigSettingContractComputeV0
type.
Summary
Types
@type fee_rate_per_instructions_increment_type() :: StellarBase.XDR.Int64.t()
@type ledger_max_instructions_type() :: StellarBase.XDR.Int64.t()
@type t() :: %StellarBase.XDR.ConfigSettingContractComputeV0{ fee_rate_per_instructions_increment: fee_rate_per_instructions_increment_type(), ledger_max_instructions: ledger_max_instructions_type(), tx_max_instructions: tx_max_instructions_type(), tx_memory_limit: tx_memory_limit_type() }
@type tx_max_instructions_type() :: StellarBase.XDR.Int64.t()
@type tx_memory_limit_type() :: StellarBase.XDR.UInt32.t()
Functions
Link to this function
new(ledger_max_instructions, tx_max_instructions, fee_rate_per_instructions_increment, tx_memory_limit)
View Source@spec new( ledger_max_instructions :: ledger_max_instructions_type(), tx_max_instructions :: tx_max_instructions_type(), fee_rate_per_instructions_increment :: fee_rate_per_instructions_increment_type(), tx_memory_limit :: tx_memory_limit_type() ) :: t()