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

Price struct definition.

Summary

Types

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