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

Link to this function

increment(base_fee, times \\ 1)

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