View Source StellarBase.XDR.ConfigSettingContractBandwidthV0 (Elixir Stellar Base v0.11.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.
Link to this section Summary
Link to this section Types
@type fee_propagate_data1_kb_type() :: StellarBase.XDR.Int64.t()
@type ledger_max_propagate_size_bytes_type() :: StellarBase.XDR.UInt32.t()
@type t() :: %StellarBase.XDR.ConfigSettingContractBandwidthV0{ fee_propagate_data1_kb: fee_propagate_data1_kb_type(), ledger_max_propagate_size_bytes: ledger_max_propagate_size_bytes_type(), tx_max_size_bytes: tx_max_size_bytes_type() }
@type tx_max_size_bytes_type() :: StellarBase.XDR.UInt32.t()
Link to this section Functions
Link to this function
new(ledger_max_propagate_size_bytes, tx_max_size_bytes, fee_propagate_data1_kb)
View Source@spec new( ledger_max_propagate_size_bytes :: ledger_max_propagate_size_bytes_type(), tx_max_size_bytes :: tx_max_size_bytes_type(), fee_propagate_data1_kb :: fee_propagate_data1_kb_type() ) :: t()