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

Link to this type

fee_tx_size1_kb_type()

View Source
@type fee_tx_size1_kb_type() :: StellarBase.XDR.Int64.t()
Link to this type

ledger_max_txs_size_bytes_type()

View Source
@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()
}
Link to this type

tx_max_size_bytes_type()

View Source
@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()