View Source StellarBase.XDR.ConfigSettingContractBandwidthV0 (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 ConfigSettingContractBandwidthV0
type.
Summary
Types
@type fee_tx_size1_kb_type() :: StellarBase.XDR.Int64.t()
@type ledger_max_txs_size_bytes_type() :: StellarBase.XDR.UInt32.t()
@type t() :: %StellarBase.XDR.ConfigSettingContractBandwidthV0{ fee_tx_size1_kb: fee_tx_size1_kb_type(), ledger_max_txs_size_bytes: ledger_max_txs_size_bytes_type(), tx_max_size_bytes: tx_max_size_bytes_type() }
@type tx_max_size_bytes_type() :: StellarBase.XDR.UInt32.t()
Functions
Link to this function
new(ledger_max_txs_size_bytes, tx_max_size_bytes, fee_tx_size1_kb)
View Source@spec new( ledger_max_txs_size_bytes :: ledger_max_txs_size_bytes_type(), tx_max_size_bytes :: tx_max_size_bytes_type(), fee_tx_size1_kb :: fee_tx_size1_kb_type() ) :: t()