View Source Stellar.TxBuild.BaseFee (Elixir Stellar SDK v0.22.0)
BaseFee
struct definition.
Summary
Types
@type t() :: %Stellar.TxBuild.BaseFee{ fee: non_neg_integer(), multiplier: non_neg_integer() }
Functions
@spec increment(base_fee :: t(), times :: non_neg_integer()) :: t()