View Source Stellar.TxBuild.BaseFee (Elixir Stellar SDK v0.10.1)

BaseFee struct definition.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.TxBuild.BaseFee{
  fee: non_neg_integer(),
  multiplier: non_neg_integer()
}

Link to this section Functions

Link to this function

increment(base_fee, times \\ 1)

View Source
@spec increment(base_fee :: t(), times :: non_neg_integer()) :: t()