View Source Stellar.TxBuild.Price (Elixir Stellar SDK v0.12.0)

Price struct definition.

Link to this section Summary

Link to this section Types

@type price() :: non_neg_integer() | float()
@type t() :: %Stellar.TxBuild.Price{
  denominator: non_neg_integer(),
  numerator: non_neg_integer(),
  price: price()
}