StellarBase.XDR.Price (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar Price type.
Link to this section Summary
Link to this section Types
Specs
t() :: %StellarBase.XDR.Price{
denominator: StellarBase.XDR.Int32.t(),
numerator: StellarBase.XDR.Int32.t()
}
Link to this section Functions
Specs
new( numerator :: StellarBase.XDR.Int32.t(), denominator :: StellarBase.XDR.Int32.t() ) :: t()