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